summaryrefslogtreecommitdiffstats
path: root/tests/ui/consts/const-eval/issue-70723.rs
blob: c8c809a25ed78ba4dd1fd4ae1aca0dbf11cd2e4b (plain)
1
2
3
static _X: () = loop {}; //~ ERROR taking a long time

fn main() {}