1*1f5207b7SJohn Levon extern unsigned int __invalid_size_argument_for_IOC;
2*1f5207b7SJohn Levon static unsigned iocnrs[] = {
3*1f5207b7SJohn Levon 	[ 1 ?  0 : __invalid_size_argument_for_IOC ] = 1,
4*1f5207b7SJohn Levon };
5*1f5207b7SJohn Levon /*
6*1f5207b7SJohn Levon  * check-name: integer constant & conditional expression
7*1f5207b7SJohn Levon  * check-known-to-fail
8*1f5207b7SJohn Levon  *
9*1f5207b7SJohn Levon  * check-error-start
10*1f5207b7SJohn Levon  * check-error-end
11*1f5207b7SJohn Levon  */
12