diff options
Diffstat (limited to 'error.c')
-rw-r--r-- | error.c | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -705,6 +705,15 @@ msg_flags_string (const unsigned int flags, struct gc_arena *gc) return BSTR (&out); } +#ifdef ENABLE_DEBUG +void +crash (void) +{ + char *null = NULL; + *null = 0; +} +#endif + #ifdef WIN32 const char * |