1 2 3 4 5 6 7
// error-pattern:mismatched types: expected `()` but found `bool` fn main() { while true { true } }