mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
And fix test cases to make them pass. This is in preparation for starting to pass behavior tests with self-hosted.
2 lines
56 B
Zig
2 lines
56 B
Zig
pub const public_thing = 42;
|
|
const private_thing = 666;
|