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