OSDN Git Service

PR testsuite/50796
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / plugin / one_time-test-1.c
1 /* Test that pass is inserted and invoked once. */
2 /* { dg-do compile } */
3 /* { dg-options "-O" } */
4
5 int main (int argc, char **argv) 
6
7   return 0;  
8 }