4 static unsigned int foo(int x
)
8 return sizeof(a
) == (N
* sizeof(T
));
12 * check-name: vla-sizeof var,cte
13 * check-command: test-linearize -Wvla $file
16 * check-output-contains: ret\\.32 *\\$1
19 vla-sizeof1.c:6:15: warning: Variable length array is used.