2014-01-30 Alangi Derick <alangiderick@gmail.com>
[official-gcc.git] / gcc / testsuite / g++.dg / template / crash108.C
blob221d80ee5f11141024242138ec1aa90dc36163d1
1 // PR c++/50861
3 template<class T> struct A {A(int b=k(0));}; // { dg-error "parameter|arguments" }
4 void f(int k){A<int> a;} // // { dg-message "declared" }
5 // { dg-message "note" "note" { target *-*-* } 3 }