expressions: make assign_expression() take an op argument
[smatch.git] / validation / kill-rewritten-load.c
blob31b895e53a3771077e5cff0e7e80cec4edcb629d
1 int foo(int i)
3 i++;
4 if (i && 0)
5 i;
6 return 0;
11 * check-name: kill-rewritten-load
12 * check-command: test-linearize -Wno-decl $file
13 * check-output-ignore
15 * check-output-excludes: add\\.