8sa1-gcc/gcc/testsuite/gcc.dg/dwarf2-1.c
Alexandre Oliva 70919dee36 Use just -g instead of -gdwarf-2
From-SVN: r34090
2000-05-22 21:16:34 +00:00

13 lines
230 B
C

/* { dg-do compile } */
/* { dg-options "-O3 -g" } */
/* Copyright (C) 2000 Free Software Foundation */
/* Contributed by Alexandre Oliva <aoliva@cygnus.com> */
static int foo () {}
int bar () {
int foo ();
int foo ();
}