blob: b4989f8168625d326825eb2d4f8606523c9cfa97 [file] [log] [blame]
int main(void)
{
#ifdef NDEBUG
return 1;
#else
return 0;
#endif
}