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