c++/coroutines: only defer expanding co_{await,return,yield} if dependent [PR112341]
[official-gcc.git] / gcc / testsuite / g++.dg / template / void9.C
blob37aafd0b975f3ac3a9eb6ffbd51eee96b1cc2288
1 //PR c++/28738
3 template<int,void> struct A {};    // { dg-error "not a valid type" }
4 template<int N> struct A<N,0> {};