aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/msp430/pr86662.c
blob: 1144b3e83949fc2bbf986e1e6b8ea36211ebf94d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* PR/86662 */

/* { dg-do link } */
/* -nostdlib prevents link errors due to mismatched code models for
   libgloss objects.  */
/* { dg-options "-mlarge -flto -nostdlib" } */
/* { dg-skip-if "" { *-*-* } { "-mcpu=msp430" } } */

int main(void)
{
  __int20 n = 5;
  return 0;
}