Ignore "#ident" as found in some old sources.
[smatch.git] / validation / backend / extern.c
blobb5c14d842685f043320da7796cc5dd3f13a464a8
1 extern unsigned long foo;
3 static unsigned long bar(void)
5 return foo;
8 /*
9 * check-name: Extern symbol code generation
10 * check-command: sparsec -c $file -o tmp.o