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

8 lines
199 B
C

/* Test for implicit int: in C90 only. */
/* Origin: Joseph Myers <jsm28@cam.ac.uk> */
/* { dg-do compile } */
/* { dg-options "-std=iso9899:1990 -pedantic-errors" } */
extern foo;
bar (void) { }