c++: prvalue of array type [PR111286]
[official-gcc.git] / gcc / testsuite / gcc.dg / pr95052.c
blob2ed1a037bce187cde2b5b1ce1496188df4bf8cec
1 /* PR middle-end/95052 */
2 /* { dg-do compile } */
3 /* { dg-options "-O2 -fconserve-stack" } */
5 void bar (char *);
7 void
8 foo (void)
10 char buf[70] = "";
11 bar (buf);