]> git.lizzy.rs Git - rust.git/blob - tests/target/issue-3132.rs
Merge pull request #3181 from scampi/issue3131
[rust.git] / tests / target / issue-3132.rs
1 fn test() {
2     /*
3     a
4     */
5     let x = 42;
6     /*
7       aaa
8       "line 1
9     line 2
10           line 3"
11       */
12     let x = 42;
13 }