// { dg-do assemble } // Error: Internal compiler error in 2.7.2 & EGCS 1.0.0 template inline unsigned f (unsigned* ptr); template inline unsigned f (unsigned* ptr) // { dg-error "function template partial specialization" } { return 1; }