Files
zig/test/other.zig
Andrew Kelley 7a7f83033c add test for public enums
See #5
2016-04-19 17:20:23 -07:00

6 lines
51 B
Zig

pub enum APubEnum {
One,
Two,
Three,
}