blob: b5c14d842685f043320da7796cc5dd3f13a464a8 [file] [log] [blame]
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
*/