smatch_data/kernel.unreachable.ignore: add BUG(), WARN_ON() and others
[smatch.git] / validation / flex-array-union-array-yes.c
blobc2b71d6507f7c67c5d9c9fc48af057183ae91373
1 #include "flex-array-union-array.h"
3 /*
4 * check-name: flex-array-union-yes
5 * check-command: sparse -Wflexible-array-array -Wflexible-array-union $file
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