1 2 3 4 5 6 7 8
// error-pattern:ran out of stack // Test that the task fails after hiting the recursion limit fn main() { log(debug, ~"don't optimize me out"); main(); }