breakpad/src/tools/mac/upload_system_symbols/testdata/archtest.c

8 lines
73 B
C

int TestLibUsefulFunction() {
return 42;
}
int main() {
return 0;
}