Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
___Static_assert
usr/src/boot/sys/sys/cdefs.h
303
#define ___Static_assert(x, y) typedef char __assert_ ## y[(x) ? 1 : -1] \
usr/src/compat/bhyve/sys/cdefs.h
78
#define ___Static_assert(x, y) typedef char __assert_ ## y[(x) ? 1 : -1] \