aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/plugin/poly-int-test-1.c
blob: fe284d594334a38d3a23aa6fc699dcabb7932fea (plain)
1
2
3
4
5
6
7
8
/* { dg-do compile } */
/* { dg-options "-O" } */

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