rust/tests/ui/resolve/macro-determinacy-non-modul...

8 lines
72 B
Rust

//@ check-pass
use std as line;
const C: u32 = line!();
fn main() {}