/* Test that pass is inserted and invoked once. */
/* { dg-do compile } */
/* { dg-options "-O" } */

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