]> git.proxmox.com Git - rustc.git/blame - src/test/ui/consts/const-eval/simple_with_undef.rs
Update unsuspicious file list
[rustc.git] / src / test / ui / consts / const-eval / simple_with_undef.rs
CommitLineData
ba9703b0 1// check-pass
94b46f34 2
b7449926
XL
3const PARSE_BOOL: Option<&'static str> = None;
4static FOO: (Option<&str>, u32) = (PARSE_BOOL, 42);
0531ce1d 5
5bcae85e 6fn main() {}