blob: 2de35d88452635b4bf9b6da1945342b34b8b321a [file] [log] [blame]
/* Test that pass is inserted and invoked once. */
/* { dg-do compile } */
/* { dg-options "-O" } */
int
main (int argc, char **argv)
{
return 0;
}