Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/gcc/testsuite/gcc.dg/gimplefe-2.c
2023-03-06 14:48:14 +01:00

11 lines
131 B
C

/* { dg-do compile }*/
/* { dg-options "-fgimple" } */
int a;
void __GIMPLE () foo ()
{
int b;
b = a;
b = b + 1;
a = b;
}