2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / syshdr1.C
blob89a7fbf73c4432d430731434310911d5a6cd5e70
1 // { dg-do assemble  }
2 // { dg-options "" }
3 // Origin: Mark Mitchell <mark@codesourcery.com>
5 # 1 "foo" 3
6 void f () {}
7 extern "C" void foo(int);
8 extern "C" void foo(int) throw();