This website requires JavaScript.
Explore
Help
Sign In
jimzah
/
zig
Watch
1
Star
0
Fork
0
You've already forked zig
mirror of
https://github.com/ziglang/zig.git
synced
2024-11-28 08:02:32 +00:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
6131b37163
zig
/
test
/
other.zig
7 lines
75 B
Zig
Raw
Normal View
History
Unescape
Escape
add test for public enums See #5
2016-04-20 01:19:18 +01:00
pub
enum
APubEnum
{
One
,
Two
,
Three
,
}
fix casting with imported symbol not working
2016-04-20 03:37:25 +01:00
pub
const
size_t
=
u64
;
Reference in New Issue
Copy Permalink