Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
msp430/
devices-main.c
1
int
2
main
(
void
)
3
{
4
while
(
1
)
;
5
return
0
;
6
}