1 int foo(int i)
2 {
3 i++;
4 if (i && 0)
5 i;
6 return 0;
7 }
8
9
10 /*
11 * check-name: kill-rewritten-load
12 * check-command: test-linearize -Wno-decl $file
13 * check-output-ignore
14 *
15 * check-output-excludes: add\\.
16 */