// PR c++/29226
// { dg-options "" }

template <bool>
static int label (int w)
{
  sizeof(int[w]);
}
int a = label<false>(1);


syntax highlighted by Code2HTML, v. 0.9.1