shithub: scc

ref: 40d91321c64a0ae0c5b7679b687b6c555fd4ecf0
dir: /tests/libc/execute/0017-strerror.c/

View raw version
#include <assert.h>
#include <stdio.h>
#include <string.h>

/*
output:
testing
done
end:
*/

int
main()
{
	return 0;
}