Dactyloidae/media/webrtc/trunk/tools/gyp/test/determinism/main.cc

5 lines
50 B
C++

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