]> git.lizzy.rs Git - rust.git/blob - tests/source/issue-1124.rs
Merge pull request #1138 from johannhof/travis-docs
[rust.git] / tests / source / issue-1124.rs
1 use d; use c; use b; use a; 
2 // The previous line has a space after the `use a;` 
3
4 mod a { use d; use c; use b; use a; }
5
6 use z;
7
8 use y;
9
10
11
12 use x;
13 use a;