// PR c++/29226 // { dg-options "" } template static int label (int w) { sizeof(int[w]); } int a = label(1);