forked from Bananymous/banan-os
test-shared: Add more shared tests
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
printf("printf works!\n");
|
||||
printf("printf works\n");
|
||||
fprintf(stdout, "fprintf(stdout) works!\n");
|
||||
|
||||
errno = ENOTSUP;
|
||||
perror(nullptr);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user