mirror of
https://github.com/ziglang/zig.git
synced 2026-01-01 02:53:23 +00:00
7 lines
84 B
Zig
7 lines
84 B
Zig
pub const APubEnum = enum {
|
|
One,
|
|
Two,
|
|
Three,
|
|
};
|
|
pub const size_t = u64;
|