1 2 3 4 5 6 7 8 9 10 11
extern unsigned long foo; static unsigned long bar(void) { return foo; } /* * check-name: Extern symbol code generation * check-command: sparsec -c $file -o tmp.o */