zig/test/other.zig

7 lines
75 B
Zig

pub enum APubEnum {
One,
Two,
Three,
}
pub const size_t = u64;