aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/plugin/start_unit-test-1.c
blob: 4cd8a40f44156d3b069d93368f846b57650d5d70 (plain)
1
2
3
4
5
6
7
/* { dg-do compile } */
/* { dg-options "-O" } */

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