2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / c90-impl-int-2.c
blob884c9d92e5034caf1f61bf829d74e75033d99f8b
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" } */
8 void foo (a) { }