aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/backend/extern.c
blob: 24cbae5574531072b54e8f7963d7959d87a7eb90 (plain)
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
 */