Skip to content

Commit c099423

Browse files
add test
1 parent 646b3dc commit c099423

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
//@ check-pass
2+
3+
#![feature(custom_inner_attributes)]
4+
5+
#![rustfmt::skip]
6+
7+
fn main() {
8+
let _ = todo!();
9+
}

0 commit comments

Comments
 (0)