summaryrefslogtreecommitdiff
path: root/tests/libc/test_exit.c
blob: 3974da9a604052108cfd8802b5d9979913f6651f (plain)
1
2
3
4
5
6
#include "stdlib.h"

int main( void )
{
	exit( 0 );	
}