blob: 989181692107cc9d9b27ad82dc98935dc5cc4a01 [file] [log] [blame]
#define __visible __attribute__((externally_visible))
int flag __visible;
int arr[2] __visible;
/*
* check-name: attr-visible-after
* check-command: sparse -Wdecl $file
*/