]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-3132.rs
Merge commit '266e96785ab71834b917bf474f130a6d8fdecd4b' into sync_cg_clif-2022-10-23
[rust.git] / src / tools / rustfmt / tests / target / issue-3132.rs
1 // rustfmt-version: Two
2
3 fn test() {
4     /*
5     a
6     */
7     let x = 42;
8     /*
9     aaa
10     "line 1
11   line 2
12         line 3"
13     */
14     let x = 42;
15 }