blob: d199bc14842a0cff804c1186e863f0402a24c05d [file] [log] [blame] [edit]
// Test for #135870, which causes a deadlock bug
//
//@ compile-flags: -Z threads=2
//@ compare-output-by-lines
const FOO: usize = FOO; //~ ERROR cycle detected
fn main() {}