#include <nn/assert.h> #define NN_COMPILER_ASSERT(exp)
exp
Tests whether compile-time conditions are satisfied.
Generates a compiler error if exp is FALSE.
FALSE
CONFIDENTIAL