Unsigned constants for ISO_FORTRAN_ENV and ISO_C_BINDING.
[official-gcc.git] / gcc / testsuite / g++.dg / rtti / pr109042.C
blobaf448f74a99e0e2bbb790456842de9f4693f540f
1 // PR c++/109042
2 // { dg-do compile }
4 namespace std { class type_info {}; }
6 std::type_info
7 foo ()
9   return typeid (void);
12 namespace __cxxabiv1 {
13   struct __fundamental_type_info {
14     virtual ~__fundamental_type_info ();
15   };
17   __fundamental_type_info::~__fundamental_type_info ()
18   {
19   }