kolibrios/programs/develop/clink/test/b.c
2021-02-05 18:51:07 +00:00

5 lines
41 B
C

int f();
int main() {
return f();
}