Gitly
English
Русский
Español
日本語
中文
Português
Pricing
Log in
Register
vq
/
vlib
/
v2_toberemoved
/
tests
/
target_codegen_example
/
freestanding_none.vv2
9
lines
·
7
sloc
·
175 bytes
·
c0624b274a458fe3e487d89ae9554c2e8c25bdb6
Raw
1
module main
2
3
#include freestanding <platform_none.h>
4
#flag freestanding -DPLATFORM_NONE_FREESTANDING
5
fn C.platform_none_tick() int
6
7
fn main() {
8
_ := C.platform_none_tick()
9
}
10