blob: a49ecb4affe801abf90c8e2dc5e7f310b8c9bd6e [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;
}