mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 04:38:16 +00:00
Begin reording of struct members by default.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user