shithub: scc

ref: 6c5e542c0d28405f0d96ee712bfad90bdc4b4af5
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;
}