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

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