expressions: make assign_expression() take an op argument
[smatch.git] / validation / optim / void-if-convert.c
blob66513c4dc290c69e7833f9231c30dbf6d2f832b3
1 int foo(int a)
3 if (a)
4 return 0;
5 else
6 return 1;
7 return 2;
11 * check-name: Ignore VOID in if-convert
12 * check-command: test-linearize -Wno-decl $file
13 * check-output-ignore
15 * check-output-excludes: phisrc\\.
16 * check-output-excludes: phi\\.
17 * check-output-excludes: VOID
18 * check-output-contains: seteq\\.