zig/test/cases/pub_enum/other.zig

7 lines
84 B
Zig
Raw Normal View History

2016-12-25 23:42:31 -08:00
pub const APubEnum = enum {
2016-04-19 17:19:18 -07:00
One,
Two,
Three,
2016-12-25 23:42:31 -08:00
};
pub const size_t = u64;