node/tools/gyp/test/fixtures/test.cc

10 lines
77 B
C++

#include "test.h"
int main() {
return foo();
}
int foo() {
return 0;
}