Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
doc
langref
test_expression_ignored.zig
pretty
plain
permalink
blame
history
•
9 lines
•
106 B
1
test "ignoring expression value" {
2
foo();
3
}
4
5
fn foo() i32 {
6
return 1234;
7
}
8
9
// test_error=ignored