blob: 854d1744817e3fc2fe5300c4a0a7ed980f6f19e3 [file] [log] [blame]
/* This testcase used to fail because outlining_inline_function was called
too early, before rtl was generated. */
/* { dg-do compile } */
int foo (const int *x)
{
char a[*x];
return 0;
}