PR c++/81917 - ICE with void_t and partial specialization.
[official-gcc.git] / gcc / testsuite / g++.dg / template / operator9.C
blobd4ebad3aa13256f7500292e7704ab3047cd64cd3
1 //PR c++/27670
3 template<operator+> void foo(); // { dg-error "before|parameter|template" }
5 void bar()
7   foo();                        // { dg-error "no matching function" }
9