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