v / cmd / tools / vdoc / testdata / basic / basic.comments.out
9 lines · 8 sloc · 342 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
6 Used to indicate that you don't care what the window position is.
7const windowpos_undefined = C.SDL_WINDOWPOS_UNDEFINED
8fn funky()
9 funky - comment for function below
10