]> git.proxmox.com Git - rustc.git/blob - tests/ui/consts/issue-76064.rs
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / ui / consts / issue-76064.rs
1 struct Bug([u8; panic!("panic")]); //~ ERROR evaluation of constant value failed
2
3 fn main() {}