blob: 395f3afaf2e439de4c381661bfbd4e563ef5cf18 [file] [log] [blame]
/* { dg-do compile }
{ dg-options "-O2 -finstrument-functions-once" } */
void func(int n)
{
struct T { int x[n]; };
struct T *t = __builtin_malloc(sizeof *t);
}