zig/test/cases/pub_enum/other.zig

7 lines
84 B
Zig
Raw Normal View History

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