rt_gccstream/gcc/testsuite/gcc.dg/tree-ssa/dump-1.c

10 lines
160 B
C

/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-profile-details" } */
int f(void)
{
return 0;
}
/* { dg-final { cleanup-tree-dump "profile" } } */