shithub: scc

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