blob: ff31c0834e589aeae8c7a99ef322fea10d228513 [file] [log] [blame]
void fun(void);
void foo(int p, int a)
{
if (p == p) {
switch (p) {
case 0:
break;
case 1:
a = 0;
}
}
if (a)
fun();
}
/*
* check-name: multi-phisrc
* check-command: test-linearize -Wno-decl $file
*
* check-output-ignore
* check-output-excludes: phi
*/