#include "../include/nullable.h" #include int assert_not_null(void *val) { (void)val; assert(val); return 1; }