blob: 5625cedd94ec81063b75f042a31346f7977539d3 [file] [log] [blame]
// { dg-options "" }
template <int = (struct A{int i;}){42}.i> struct B{}; // { dg-error "" }
B<0> b;