db/fixup_kernel.sh: fix clear_user() handling
[smatch.git] / validation / attr-visible2.c
blob989181692107cc9d9b27ad82dc98935dc5cc4a01
1 #define __visible __attribute__((externally_visible))
3 int flag __visible;
4 int arr[2] __visible;
6 /*
7 * check-name: attr-visible-after
8 * check-command: sparse -Wdecl $file
9 */