1 void *foobar(int) __attribute__((__alloc_size__(1))); 2 void *foobar2(int, int) __attribute__((__alloc_size__(1, 2))); 3