expressions: make assign_expression() take an op argument
[smatch.git] / validation / kill-insert-branch.c
blobe59b5bbcda45e3338d2f1ddd6bd861f7fbfc2f34
1 void foo(int a)
3 int b = 1;
4 if (a)
5 b++;
6 if (b)
10 void bar(int a)
12 if (a ? 1 : 2)
17 * check-name: kill insert-branch
18 * check-command: test-linearize -Wno-decl $file
20 * check-output-ignore
21 * check-output-excludes: select\\.