Files
Kmake/tools/gyp/test/fixtures/test.cc
2026-05-26 23:36:42 -07:00

10 lines
77 B
C++

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