blob: f0f523404fda5107e0876fa64bc878c59402876f [file] [log] [blame] [edit]
/* tests/msr_single_while.c
*
* just sits in a while loop in _S mode. */
int main(int argc, char** argv)
{
while(1);
return -1;
}