mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-07 06:14:33 +00:00
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.
4 lines
50 B
Zig
4 lines
50 B
Zig
pub const Visib = enum {
|
|
Private,
|
|
Pub,
|
|
};
|