node/tools/gyp/test/mac/depend-on-bundle/executable.c

5 lines
38 B
C
Raw Normal View History

2012-02-20 18:47:03 +08:00
int f();
int main() {
return f();
}