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

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