db/fixup_kernel.sh: fix clear_user() handling
[smatch.git] / validation / optim / cse-size.c
blob0c0c2d1425ed17c0f765e73a0e18b7acc2d5a8b5
1 static void foo(void)
3 unsigned short p = 0;
4 int x = 1;
6 for (;;)
7 if (p)
8 p = x;
12 * check-name: cse-size
13 * check-command: test-linearize -Wno-decl $file
15 * check-output-ignore
16 * check-output-excludes: phi\\.
17 * check-output-excludes: cbr