Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
f0e6938bffe0e21cde6e60ff63ed8877d4d04e26
/
.
/
validation
/
optim
/
trivial-phi01.c
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\\.
*/