aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/backend/union.c
blob: 7ec35c7a8d2cc5e99813e49f1f8d85f7e04b383a (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
 */