]> gcc.gnu.org Git - gcc.git/blame - gcc/testsuite/gcc.dg/c90-impl-int-2.c
c-common.c (scanf_flag_specs): Add flags ' and I.
[gcc.git] / gcc / testsuite / gcc.dg / c90-impl-int-2.c
CommitLineData
1b398090
JM
1/* Test for implicit int: in C90 only. Function parameters in old-style
2 function definition.
3*/
4/* Origin: Joseph Myers <jsm28@cam.ac.uk> */
5/* { dg-do compile } */
6/* { dg-options "-std=iso9899:1990 -pedantic-errors" } */
7
8void foo (a) { }
This page took 0.104189 seconds and 5 git commands to generate.