blob: 40bd343b514ffcb28a9e29cba2634674470ab1ea [file] [log] [blame]
void foo(int a)
{
if (a) {
while (a) {
switch (0) {
default:
a = 0;
case 0:;
}
}
}
}
/*
* check-name: trivial-phi01
* check-command: test-linearize -Wno-decl $file
*
* check-output-ignore
* check-output-excludes: phi\\.
*/