v2 / cmd / tools / vdoc / testdata / basic / basic.out
7 lines · 6 sloc · 233 bytes · 40b574b409e2ea0c62d9ab57c509b84bf52cecf1
Raw
1module testdata.basic
2
3const source_root = 'temp' // some const
4const another = int(5)
5const windowpos_undefined_mask = C.SDL_WINDOWPOS_UNDEFINED_MASK // 0x1FFF0000u
6const windowpos_undefined = C.SDL_WINDOWPOS_UNDEFINED
7fn funky()
8