// PR c++/9907 // Origin: nes@lrde.epita.fr // sizeof(foo()) was not considered constant. template struct bar {}; int foo(); template void baz() { bar b; }