This website requires JavaScript.
Explore
Minetest
Help
Sign In
Ekdohibs
/
zig
Watch
1
Star
0
Fork
You've already forked zig
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ef5e7bb469
zig
/
test
/
cases
/
pub_enum
/
other.zig
7 lines
84 B
Zig
Raw
Normal View
History
Unescape
Escape
IR: port more tests
2016-12-25 23:42:31 -08:00
pub
const
APubEnum
=
enum
{
add test for public enums See #5
2016-04-19 17:19:18 -07:00
One
,
Two
,
Three
,
IR: port more tests
2016-12-25 23:42:31 -08:00
}
;
fix casting with imported symbol not working
2016-04-19 19:37:25 -07:00
pub
const
size_t
=
u64
;