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