1 2 3 4 5 6 7 8 9
/* { 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); }