Files
Kmake/tools/gyp/test/fixtures/test.cc

10 lines
77 B
C++
Raw Normal View History

2026-05-26 23:36:42 -07:00
#include "test.h"
int main() {
return foo();
}
int foo() {
return 0;
}