aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/msp430/object-attributes-430.c
blob: 4296be22edb6819f0c0f42f68180262ba6759d12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* { dg-do compile } */
/* { dg-skip-if "" { *-*-* } { "-mcpu=msp430x" "-mlarge" } { "" } } */
/* { dg-options "-mcpu=msp430" } */
/* { dg-final { scan-assembler ".mspabi_attribute 4, 1" } } */
/* { dg-final { scan-assembler ".mspabi_attribute 6, 1" } } */
/* { dg-final { scan-assembler ".mspabi_attribute 8, 1" } } */
/* { dg-final { scan-assembler ".gnu_attribute 4, 1" } } */

int
main (void)
{
  while (1);
  return 0;
}