Files
RedBear-OS/tests/libfoobar.c
T
Anhad Singh 1db68ab978 feat(ld.so): scopes
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2024-12-24 20:51:53 +11:00

6 lines
66 B
C

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