mirror of
https://github.com/Noratrieb/libuwuc.git
synced 2026-01-14 19:55:07 +01:00
tests
This commit is contained in:
parent
9d74d9120c
commit
2f0191768f
6 changed files with 44 additions and 6 deletions
7
tests/c/errno.c
Normal file
7
tests/c/errno.c
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
//@ignore doens't initialize fs yet
|
||||
#include<errno.h>
|
||||
|
||||
int main(void) {
|
||||
int err = errno;
|
||||
return err;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue