aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/plugin/wide-int-test-1.c
blob: 2de35d88452635b4bf9b6da1945342b34b8b321a (plain)
1
2
3
4
5
6
7
8
9
/* Test that pass is inserted and invoked once. */
/* { dg-do compile } */
/* { dg-options "-O" } */

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