mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-10 20:08:41 +00:00
10 lines
95 B
Rust
10 lines
95 B
Rust
// compile-flags:--test
|
|
|
|
#![crate_name="issue_23106"]
|
|
|
|
/// ```
|
|
/// #
|
|
/// ```
|
|
pub fn main() {
|
|
}
|