PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gcc.dg / gimplefe-22.c
blob8e213b94ae0069cb2cbda57e1bc8212439e9389c
1 /* { dg-do compile } */
2 /* { dg-options "-fgimple" } */
4 void __GIMPLE ()
5 foo (short * p)
7 *p = _Literal (short int) 1;
8 return;