shithub: scc

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