// { dg-do compile } // Origin: Wolfgang Bangerth // PR c++/9457: ICE tsubst'ing initializers in templates. template void foo (int count) { int i = {count}; } template void foo (int);