Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git] / gcc / testsuite / g++.dg / parse / template9.C
blob17b7da91f375103a7bcc7d924fa89ac07ac86c15
1 template <typename T> 
2 void f() {
3   g(); // { dg-error "must be available" "err" }
4        // { dg-message "note" "note" { target *-*-* } 3 }
5   h(3); // { dg-error "must be available" }