OSDN Git Service

* g++.dg/ext/altivec-17.C: Adjust error message.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / ext / cond1.C
1 // PR c++/12515
2 // { dg-do compile }
3 // { dg-options "" }
4 template<int> void foo() { 0 ?: 0; }