aboutsummaryrefslogtreecommitdiff
path: root/lib/mlibc/tests/glibc/error.c
blob: 2ae752ac8736471a9e350766adf20ea901978c64 (plain)
1
2
3
4
5
6
#include <errno.h>
#include <error.h>

int main() {
	error(0, EINVAL, "test: %s", "error");
}