shithub: scc

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