expressions: make assign_expression() take an op argument
[smatch.git] / validation / kill-slice.c
blob00db0e0f75ae5d94c6441878773a872c91751ae9
1 struct bar {
2 int x;
3 int y[2];
4 };
5 struct bar bar(void);
7 int foo(void)
9 int x = bar().x;
10 return x & 0;
14 * check-name: kill-slice
15 * check-command: test-linearize -Wno-decl $file
16 * check-output-ignore
18 * check-output-excludes: slice\\.