foo(void)1 static void foo(void)
2 {
3 unsigned short p = 0;
4 int x = 1;
5
6 for (;;)
7 if (p)
8 p = x;
9 }
10
11 /*
12 * check-name: cse-size
13 * check-command: test-linearize -Wno-decl $file
14 *
15 * check-output-ignore
16 * check-output-excludes: phi\\.
17 * check-output-excludes: cbr
18 */
19