Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
gcc.dg
/
attr-alloc_size-2.c
blob: 3bbd3e2b987917c2f8ed733abe05d80ed740ce6e [
file
] [
log
] [
blame
]
/* PR c/36021 - __attribute__((alloc_size(n))) with function of no
arguments causes gcc to segfault
{ dg-do compile } */
char
*
foo
()
__attribute__
((
alloc_size
(
1
)));