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

7 lines
121 B
C

/* { dg-do compile } */
/* { dg-options "-pedantic-errors -w" } */
#include "pr36901.h"
void foo(void)
{
int s = sc;
}