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

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