zig/test/cases/pub_enum/other.zig

7 lines
84 B
Zig

pub const APubEnum = enum {
One,
Two,
Three,
};
pub const size_t = u64;