pixx on Nostr: I've run into it before. I *think* it's essential that the missing symbol *not* be in ...I've run into it before. I *think* it's essential that the missing symbol *not* be in the last function. This should work for main.c:void foo(void);voidbar(void){ foo();}voidmain(void){ bar();}