Add support for C++0x nullptr.
[official-gcc/constexpr.git] / gcc / testsuite / g++.dg / cpp0x / nullptr13.C
blob633e971feca30c9b30269f73e83f600ebe2a3288
1 // { dg-do compile }
2 // { dg-options "-std=c++0x" }
4 // Test typeid
6 #include <typeinfo>
8 void fun()
10   typeid(nullptr);