rt_gccstream/gcc/testsuite/gcc.dg/plugin/one_time-test-1.c

9 lines
155 B
C

/* Test that pass is inserted and invoked once. */
/* { dg-do compile } */
/* { dg-options "-O" } */
int main (int argc, char **argv)
{
return 0;
}