blob: f71f8f0a1fea0541d87567ceebd8b0c51bfe1752 [file] [log] [blame]
// PR debug/42800
// { dg-options "-gdwarf-2 -dA" }
// { dg-final { scan-assembler "DW_AT_upper_bound" } }
// { dg-require-effective-target alloca }
int
f (int i)
{
char a[i];
return a[0];
}