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

8 lines
71 B
Rust

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