shithub: scc

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