Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
gcc.dg
/
gimplefe-22.c
blob: 8e213b94ae0069cb2cbda57e1bc8212439e9389c [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "-fgimple" } */
void
__GIMPLE
()
foo
(
short
*
p
)
{
*
p
=
_Literal
(
short
int
)
1
;
return
;
}