blob: 2039b9c47f9ce8d2917f1d909c41b611f5438964 [file] [log] [blame]
/*
Test that the TRAP_BRKPT macro is defined.
*/
#include <signal.h>
#ifndef TRAP_BRKPT
#error TRAP_BRKPT not defined
#endif