1 // PR c++/27491
2 // { dg-do compile }
3 // { dg-options "" }
4 
5 int i = (int) { 0 };
6 int j = (int) { i };
7 int k = (int) { k };
8