mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
And fix test cases to make them pass. This is in preparation for starting to pass behavior tests with self-hosted.
3 lines
38 B
Zig
3 lines
38 B
Zig
pub fn foo() i32 {
|
|
return 1234;
|
|
}
|