Begin reording of struct members by default.

This commit is contained in:
Ginger Bill
2016-09-09 23:33:54 +01:00
parent 1ca752ce04
commit 6979678ff9
13 changed files with 322 additions and 111 deletions
+2 -2
View File
@@ -180,8 +180,8 @@ new_builtins :: proc() {
{
// Compile time assert
COND :: true
assert(COND)
// assert(!COND)
compile_assert(COND)
// compile_assert(!COND)
// Runtime assert
x := true