8 void test<class BOX> (test_box *); // { dg-error "" } illegal code
12 friend void test<class BOX> (test_box *); // { dg-error "" } does not match
13 } // { dg-error "after class definition" }
17 template <class BOX> void test(BOX *the_box)
18 {x // { dg-error "not declared in this scope" }
22 template void test<> (test_box *);