aboutsummaryrefslogtreecommitdiff
path: root/doc/langref/test_expression_ignored.zig
blob: af22b64e2870b37e987d713460896f24cc8d987b (plain)
1
2
3
4
5
6
7
8
9
test "ignoring expression value" {
    foo();
}

fn foo() i32 {
    return 1234;
}

// test_error=ignored