xref: /illumos-gate/usr/src/tools/smatch/src/validation/ioc-typecheck.c (revision 856f710c9dc323b39da5935194d7928ffb99b67f)
1 extern unsigned int __invalid_size_argument_for_IOC;
2 static unsigned iocnrs[] = {
3 	[ 1 ?  0 : __invalid_size_argument_for_IOC ] = 1,
4 };
5 /*
6  * check-name: integer constant & conditional expression
7  * check-known-to-fail
8  *
9  * check-error-start
10  * check-error-end
11  */
12