mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-02 00:07:42 +03:00
8 lines
71 B
Rust
8 lines
71 B
Rust
// check-pass
|
|
|
|
use std as line;
|
|
|
|
const C: u32 = line!();
|
|
|
|
fn main() {}
|