blob: 41556406bc6c96bca9204a005b76eb33697c4134 [file] [log] [blame]
struct Foo<A = i321>(A);
// { dg-error "could not resolve type path .i321." "" { target *-*-* } .-1 }
fn main() {
let a;
a = Foo(123);
}