Remove inadvertent commit
From-SVN: r70942
This commit is contained in:
parent
7433e6d470
commit
5be4b5c92b
@ -1,10 +0,0 @@
|
||||
// { dg-options "" }
|
||||
|
||||
template<int X> class c;
|
||||
|
||||
template<int X, int Y> int test(c<X ? : Y>&);
|
||||
|
||||
void test(c<2>*c2) {
|
||||
test<0, 2>(*c2);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user