// { dg-options "-std=c++0x" } template struct A { A() { fp(); } // { dg-error "not expanded|fp" } }; void foo(); A a;