param_key: fix container of when no struct member is referenced
[smatch.git] / validation / vla-sizeof0.c
bloba58fd300f062960493bdef6b245f02dcf6028da2
1 #define N 2
2 #define T int
4 static unsigned int foo(int x)
6 T a[(1,N)];
8 return sizeof(a) == (N * sizeof(T));
12 * check-name: vla-sizeof cte,cte
13 * check-command: test-linearize -Wvla $file
15 * check-output-ignore
16 * check-output-contains: ret\\.32 *\\$1
18 * check-error-start
19 * check-error-end