Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
gcc.target
/
msp430
/
devices
/
devices-main.c
blob: 8af6ec124bda5961ac321c771c029287f5253171 [
file
] [
log
] [
blame
]
#ifndef
TESTING_HARD_DATA
#include
<msp430-devices.h>
#endif
int
main
(
void
)
{
while
(
1
);
return
0
;
}