summaryrefslogtreecommitdiff
path: root/tools/gyp/test/mac/archs/my_main_file.cc
blob: 5a4a17b5eb14bdd321097b1ad7bb9b86e50f3edc (plain)
1
2
3
4
5
6
7
8
/* Copyright (c) 2012 Google Inc. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file. */
#include <stdio.h>
extern int x;
int main() {
  printf("hello, world %d\n", x);
}