summaryrefslogtreecommitdiff
path: root/regress/gnu/egcs/gcc-bounds/declare-10.c
blob: 7762fcf3425e0d9928c3a3b75d21d97cee976f6c (plain)
1
2
3
4
5
6
void my_func(char *, int)
	__attribute__((__bounded__(__size__,1,2,3)));

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