zig/test/other.zig

7 lines
75 B
Zig
Raw Normal View History

2016-04-19 17:19:18 -07:00
pub enum APubEnum {
One,
Two,
Three,
}
pub const size_t = u64;