1 2 3 4 5 6 7 8 9
test "ignoring expression value" { foo(); } fn foo() i32 { return 1234; } // test_error=ignored