test: Prevent run-fail/too-much-recursion from being optimized to nothing

This commit is contained in:
Brian Anderson 2012-03-29 16:43:01 -07:00
parent b17145b4ae
commit 5b3740508a

View File

@ -3,5 +3,6 @@
// Test that the task fails after hiting the recursion limit
fn main() {
log(debug, "don't optimize me out");
main();
}