index
:
ats-os
master
An attempt to create an operation system in ats-lang.
nginx
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
main.c
blob: 6de1868aba63ee431bcb519a6c2e6aeb6736b74c (
plain
)
1
2
3
4
void
test
(
double
a
)
{}
int
main
()
{
test
(
3.0
);
}