mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-26 20:37:14 +00:00
11 lines
107 B
Rust
11 lines
107 B
Rust
---
|
||
x ---🚧️
|
||
---
|
||
|
||
// Regression test for #141483
|
||
//@check-pass
|
||
|
||
#![feature(frontmatter)]
|
||
|
||
fn main() {}
|