scons_gd/scons/test/Actions/addpost-link-fixture/test1.c
2022-10-15 16:06:26 +02:00

6 lines
92 B
C

extern void test_lib_fn();
int main(int argc, char **argv) {
test_lib_fn();
return 0;
}