shithub: scc

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