shithub: scc

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