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

10 lines
120 B
C

// { dg-do compile }
// { dg-options "-std=c++0x" }
// Test compare to literal 0
void fun()
{
if( nullptr == 0 );
}