Add execution tests of ARM EXT intrinsics
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / pr31431-2.C
blob6d8f565e3fe762a5d053b09cba399223e36fb778
1 // { dg-do compile { target c++11 } }
2 template<typename, typename..., typename> void foo(); // { dg-message "note" }
4 void bar()
6   foo<int>(); // { dg-error "no matching function" }
7   // { dg-message "(candidate|deduce template parameter)" "candidate note" { target *-*-* } 6 }