mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-21 14:43:41 +00:00
8 lines
71 B
Rust
8 lines
71 B
Rust
// check-pass
|
|
|
|
use std as line;
|
|
|
|
const C: u32 = line!();
|
|
|
|
fn main() {}
|