1 2 3 4 5 6
#pragma once // @Todo Make this portable-ish #define ASL_ASSERT(...) \ if (__VA_ARGS__) {} \ else { __builtin_debugtrap(); }