1 // PR c++/59110
2 // { dg-do compile { target c++14 } }
3 
4 int i = *(auto*)0; // { dg-error "" }
5