about summary refs log tree commit diff
path: root/src/test/ui/codemap_tests/two_files_data.rs
blob: db8ab14e67371246bc3fba63a1bf6227f02469c3 (plain)
1
2
3
4
5
// ignore-test

trait Foo { }

type Bar = Foo;