Add support for C++0x nullptr.
[official-gcc/constexpr.git] / gcc / testsuite / g++.dg / cpp0x / nullptr12.C
blobf68652c999e6024f8704ccf9321b11cc11e58978
1 // { dg-do compile }
2 // { dg-options "-std=c++0x" }
4 // Test sizeof
6 static_assert(sizeof(nullptr) == sizeof(void*), "sizeof(nullptr) is wrong");