1 // PR c++/70622
2 // { dg-do compile { target c++11 } }
3 
main()4 int main()
5 {
6     auto x = 0, *y = &x;
7 }
8