Files
subhook/tests/foo_main.c

7 lines
64 B
C

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