aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/msp430/devices/devices-main.c
blob: 8af6ec124bda5961ac321c771c029287f5253171 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef TESTING_HARD_DATA
#include <msp430-devices.h>
#endif

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