summaryrefslogtreecommitdiffstats
path: root/tests/ui/consts/const-eval/issue-70723.rs
blob: 3c81afa67a69fc046938b16d013c4c3f3b23511f (plain)
1
2
3
static _X: () = loop {}; //~ ERROR could not evaluate static initializer

fn main() {}