struct_assignment: use assigned expression
[smatch.git] / validation / backend / union.c
blob7ec35c7a8d2cc5e99813e49f1f8d85f7e04b383a
1 union foo {
2 unsigned long x;
3 unsigned char y;
4 char buf[128];
5 };
7 static union foo foo;
9 /*
10 * check-name: Union code generation
11 * check-command: sparsec -c $file -o tmp.o