1 2 3 4 5 6 7 8 9 10 11
// This is testing name resolution mod _foo { struct _A; } mod _bar { mod _barbis { struct _B; } }