error: no declaration matches ‘void foo::test(int, int, const void*, int)
File ../../src/gcc/testsuite/g++.dg/diagnostic/bad-fndef-1.C
Line 9
Column 6
9 void foo::test (int i, int j, const void *ptr, int k) // { dg-line defn }
^~~
note: class foo’ defined here
File ../../src/gcc/testsuite/g++.dg/diagnostic/bad-fndef-1.C
Line 1
Column 7
1 class foo // { dg-message "'class foo' defined here" }
^~~