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

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