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

7 lines
141 B
C

// { dg-do compile }
// { dg-options "-std=c++0x" }
// Test assignment to int
const int n = nullptr; // { dg-error "cannot convert " }