aboutsummaryrefslogtreecommitdiff
path: root/tests/data/parser/inline/0032_path_type.rs
blob: bf94f32e1968ab1e3349832e771798c286da260f (plain)
1
2
3
4
type A = Foo;
type B = ::Foo;
type C = self::Foo;
type D = super::Foo;