// PR c++/9278 // { dg-do compile } typedef void VOID; int foo(void); int bar(VOID); template int foo(void); template int bar(VOID); struct A { int foo(void); int bar(VOID); };