Remove not needed __builtin_expect due to malloc predictor.
[official-gcc.git] / gcc / testsuite / gcc.target / msp430 / pr78818-real.c
blob504ed4a6a7904d1b58ca7cdc8f3fd17f34017a70
1 __attribute__((persistent)) int persistent_1 = 1;
2 __attribute__((persistent)) int persistent_2 = 0;
3 static __attribute__((persistent)) int persistent_3 = 1;
4 static __attribute__((persistent)) int persistent_4 = 0;
6 int main (void)
8 return 0;