aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/backend/union.c
blob: e155f6ad16c673af62f0234c56308cb77f84a853 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
union foo {
	unsigned long		x;
	unsigned char		y;
	char			buf[128];
};

static union foo foo;

/*
 * check-name: Union code generation
 * check-command: ./sparsec -c $file -o tmp.o
 */