trisquel-icecat/icecat/third_party/python/gyp/test/determinism/main.cc

5 lines
50 B
C++

extern int foo();
int main() {
return foo();
}