zig/test/other.zig
2016-04-19 17:20:23 -07:00

6 lines
51 B
Zig

pub enum APubEnum {
One,
Two,
Three,
}