Files
RedBear-OS/tests/libfoobar.c
T

5 lines
48 B
C

char *BAR = "bar";
void a();
void b() { a(); }