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

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