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