zig/test
Andrew Kelley 49a4b1b930 ability to cast explicitly from int to enum
This commit also fixes a bug where pure functions are marked with
the read-only attribute in debug mode. This resulted in incorrect
codegen because calls to read-only functions with unused values
were not generated.

For example, a call to assert() would not be generated if assert
is marked with read-only. Which it *is* marked with in release
mode.
2016-07-09 15:22:04 -07:00
..
a.zig switch on compile var marks entire namespaces 2016-05-15 00:25:13 -07:00
b.zig switch on compile var marks entire namespaces 2016-05-15 00:25:13 -07:00
other.zig fix casting with imported symbol not working 2016-04-19 19:37:25 -07:00
run_tests.cpp parseh: support octal in C macro string literal 2016-07-09 12:17:31 -07:00
self_hosted.zig ability to cast explicitly from int to enum 2016-07-09 15:22:04 -07:00