mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-21 16:41:56 +03:00
687bd92f9c
no tests for this yet. I think the quickest path to testing will be creating the .o files and linking with libc, executing, and then comparing output.
5 lines
50 B
Zig
5 lines
50 B
Zig
pub const Visib = enum {
|
|
Private,
|
|
Pub,
|
|
};
|