2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / typeinfo1.C
blob0674988c5cbdb23263f02da8d88bc21b1c2c6fdc
1 // { dg-do assemble  }
3 #include <typeinfo>
5 struct S {
6   S (const char*);
7 };
9 void f(S s);
10 void f(std::type_info);
12 void g()
14   f("abc");