blob: 8e213b94ae0069cb2cbda57e1bc8212439e9389c [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-fgimple" } */
void __GIMPLE ()
foo (short * p)
{
*p = _Literal (short int) 1;
return;
}