]> matita.cs.unibo.it Git - pkg-cerco/acc.git/blob - tests/GCCTestSuite/c90-impl-int-2.c
Imported Upstream version 0.2
[pkg-cerco/acc.git] / tests / GCCTestSuite / c90-impl-int-2.c
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
8 void foo (a) { }