mirror of https://github.com/nodejs/node.git
5 lines
129 B
C
5 lines
129 B
C
|
int funcC() {
|
||
|
return 3
|
||
|
// Intentional syntax error. This file should never be compiled, so this
|
||
|
// shouldn't be a problem.
|