Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
cmd
/
tools
/
vdoc
/
testdata
/
basic
/
basic.out
7
lines
·
6
sloc
·
233 bytes
·
40b574b409e2ea0c62d9ab57c509b84bf52cecf1
Raw
1
module testdata.basic
2
3
const source_root = 'temp' // some const
4
const another = int(5)
5
const windowpos_undefined_mask = C.SDL_WINDOWPOS_UNDEFINED_MASK // 0x1FFF0000u
6
const windowpos_undefined = C.SDL_WINDOWPOS_UNDEFINED
7
fn funky()
8