zig/test/other.zig
2016-04-19 19:37:25 -07:00

7 lines
75 B
Zig

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