aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/pub_enum/other.zig
blob: c66395038397a4d91938ff3400613ae2d734bc14 (plain)
1
2
3
4
5
6
pub const APubEnum = enum {
    One,
    Two,
    Three,
};
pub const size_t = u64;