BUILD_BUG(9) break compile if used.

SYNOPSIS

BUILD_BUG(void);

ARGUMENTS

None

DESCRIPTION

If you have some code that you expect the compiler to eliminate at build time, you should use BUILD_BUG to detect if it is unexpectedly used.

COPYRIGHT