mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 15:42:49 +00:00
4307436b99
And fix test cases to make them pass. This is in preparation for starting to pass behavior tests with self-hosted.
7 lines
84 B
Zig
7 lines
84 B
Zig
pub const APubEnum = enum {
|
|
One,
|
|
Two,
|
|
Three,
|
|
};
|
|
pub const size_t = u64;
|