// { dg-options -std=c++0x } // Error: Explicit instantiation of a function template shall not use the // inline or constexpr specifiers template constexpr inline T bar(T x) { return x; } template constexpr inline float bar(float x); // { dg-error "specifier" }