zig/test/other.zig

6 lines
51 B
Zig

pub enum APubEnum {
One,
Two,
Three,
}