summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp0x/regress/ext-cond1.C
blob: dc9814ebd362e6ee1b34837dd9c7fdf1dea34bbd (plain)
1
2
3
4
// PR c++/12515
// { dg-do compile }
// { dg-options "-std=gnu++0x" }
template<int> void foo() { 0 ?: 0; }