blob: 5e53d87a6d61df9cbd4599617bffdc20ee4f811d [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-g -mgeneral-regs-only" } */
void
foo (const char *c, ...)
{
char buf[256];
buf[256 - 1] = '\0';
}