re PR c/89525 (inform messages from -Wbuiltin-declaration-mismatch even with -w)
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.robertl / eb119.C
blobc4b3ffe650997f8bbeb607e3d0169fa3ea12a4c1
1 // { dg-do assemble  }
2 template<bool B>
3 void f()                        // { dg-message "note" }
7 int main()
9   f<bool>(); // { dg-error "" } .*