blob: 718b8550c26c6ec1961aa385c6c82a3cbeb53cb5 [file]
//~ ERROR queries overflow the depth limit!
//~| HELP consider increasing the recursion limit
//@ build-fail
#![recursion_limit = "0"]
fn main() {}