cpp-cheat/gdb/multifile/a.c
2015-07-17 23:14:02 +02:00

4 lines
61 B
C

int a_i = 1;
int a_f() { return 1; }
int a_g() { return 1; }