zig/test/other.zig

6 lines
51 B
Zig
Raw Normal View History

2016-04-19 17:19:18 -07:00
pub enum APubEnum {
One,
Two,
Three,
}