index
:
tests
master
Tests with the Clean language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mkworld
/
test.c
blob: 953f030d32c03c39b8bddef4a23ad8ca346f665e (
plain
) (
blame
)
1
2
3
4
5
6
#include
<inttypes.h>
int64_t
mkworld
(
int64_t
x
)
{
return
x
;
}