Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gcc.dg
/
gimplefe-12.c
blob: 28632287799944871070ec885907b58158f95601 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "-O -fgimple" } */
void
__GIMPLE
(
startwith
(
"ccp1"
))
foo
()
{
int
a
;
int
b
;
a
=
b
+
2
;
return
;
}