1 void my_func(char *, int, int) 2 __attribute__((__bounded__(__foo__,1,2,3))); 3 4 int main(int argc, char **argv) { 5 return 1; 6 } 7