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

5 lines
38 B
C

int f();
int main() {
return f();
}