1/* Test that pass is inserted and invoked once. */
2/* { dg-do compile } */
3/* { dg-options "-O" } */
4
5int main (int argc, char **argv)
6{
7  return 0;
8}
9