summary refs log tree commit diff
path: root/src/test/run-pass/issue-933.rs
blob: 53d94d3150654e6c157af52874c82331267a970f (plain)
1
2
pure fn c() -> bool { check c(); true }
fn main() {}