1#define __visible __attribute__((externally_visible)) 2 3int flag __visible; 4int arr[2] __visible; 5 6/* 7 * check-name: attr-visible-after 8 * check-command: sparse -Wdecl $file 9 */ 10