rt_gccstream/gcc/testsuite/g++.dg/cpp0x/nullptr13.C

12 lines
124 B
C

// { dg-do compile }
// { dg-options "-std=c++0x" }
// Test typeid
#include <typeinfo>
void fun()
{
typeid(nullptr);
}