PR tree-optimization/83369 - Missing diagnostics during inlining
[official-gcc.git] / gcc / testsuite / gcc.dg / gimplefe-12.c
blob28632287799944871070ec885907b58158f95601
1 /* { dg-do compile } */
2 /* { dg-options "-O -fgimple" } */
4 void __GIMPLE (startwith ("ccp1")) foo ()
6 int a;
7 int b;
8 a = b + 2;
9 return;