aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/msp430/pr78818-real.c
blob: 504ed4a6a7904d1b58ca7cdc8f3fd17f34017a70 (plain)
1
2
3
4
5
6
7
8
9
__attribute__((persistent)) int persistent_1 = 1;
__attribute__((persistent)) int persistent_2 = 0;
static __attribute__((persistent)) int persistent_3 = 1;
static __attribute__((persistent)) int persistent_4 = 0;

int main (void)
{
  return 0;
}