blob: c2b71d6507f7c67c5d9c9fc48af057183ae91373 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#include "flex-array-union-array.h"
/*
* check-name: flex-array-union-yes
* check-command: sparse -Wflexible-array-array -Wflexible-array-union $file
*
* check-error-start
flex-array-union-array-yes.c: note: in included file:
flex-array-union-array.h:11:17: warning: array of flexible structures
* check-error-end
*/
|