aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/nds32/basic-main.c
blob: 6fdbc357fbd160ae413a6b169d50991d3b80b8ee (plain)
1
2
3
4
5
6
7
8
9
/* This is a basic main function test program.  */

/* { dg-do run }  */
/* { dg-options "-O0" }  */

int main(void)
{
  return 0;
}