1 2 3 4 5 6 7 8 9
// PR c++/29226 // { dg-options "" } template <bool> static int label (int w) { sizeof(int[w]); } int a = label<false>(1);