aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp1y/pr59110.C
blob: c78d645cc34c2c9eefa51709f4baf7d48a9ec926 (plain)
1
2
3
4
// PR c++/59110
// { dg-do compile { target c++1y } }

int i = *(auto*)0; // { dg-error "" }