]> git.lizzy.rs Git - rust.git/blob - tests/ui/resolve/macro-determinacy-non-module.rs
Rollup merge of #106570 - Xaeroxe:div-duration-tests, r=JohnTitor
[rust.git] / tests / ui / resolve / macro-determinacy-non-module.rs
1 // check-pass
2
3 use std as line;
4
5 const C: u32 = line!();
6
7 fn main() {}