_PROP_ASSERT
#define _PROP_ASSERT(x) KASSERT(x)
#define _PROP_ASSERT(x) /* nothing */
#define _PROP_ASSERT(x) assert(x)