node/tools/gyp/test/dependencies/c/c.c

5 lines
129 B
C
Raw Normal View History

2011-12-04 04:26:50 +08:00
int funcC() {
return 3
// Intentional syntax error. This file should never be compiled, so this
// shouldn't be a problem.