OpenBSD-4.6/regress/gnu/egcs/gcc-bounds/declare-7.c

void my_func(char *, int)
	__attribute__((__bounded__(__minbytes__,1,1024,2)));

int main(int argc, char **argv) {
	return 1;
}