2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / cpp1z / class-deduction44.C
blob225652cd2e43470184d3b54e9678e5f2513e1bc0
1 // PR c++/80412
2 // { dg-do compile { target c++17 } }
4 template <typename> struct A;
5 template <typename> struct B : A < B { ,  // { dg-error "" }