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

7 lines
112 B
C

/* { dg-do compile } */
/* { dg-options "-O0 -ftree-coalesce-vars" } */
void foo (int x, int y)
{
y = x;
}