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