mirror of
https://github.com/ziglang/zig.git
synced 2024-11-30 09:02:32 +00:00
4307436b99
And fix test cases to make them pass. This is in preparation for starting to pass behavior tests with self-hosted.
3 lines
56 B
Zig
3 lines
56 B
Zig
pub const public_thing = 42;
|
|
const private_thing = 666;
|