zig/test/cases/pub_enum/other.zig

7 lines
84 B
Zig
Raw Normal View History

2016-12-26 15:42:31 +08:00
pub const APubEnum = enum {
2016-04-20 08:19:18 +08:00
One,
Two,
Three,
2016-12-26 15:42:31 +08:00
};
pub const size_t = u64;