summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/plugin/one_time-test-1.c
blob: a49ecb4affe801abf90c8e2dc5e7f310b8c9bd6e (plain)
1
2
3
4
5
6
7
8
/* Test that pass is inserted and invoked once. */
/* { dg-do compile } */
/* { dg-options "-O" } */

int main (int argc, char **argv) 
{ 
  return 0;  
}