mirror of
https://github.com/vlang/v.git
synced 2025-08-03 17:57:59 -04:00
8 lines
233 B
Plaintext
8 lines
233 B
Plaintext
module testdata.basic
|
|
|
|
const source_root = 'temp' // some const
|
|
const another = int(5)
|
|
const windowpos_undefined_mask = C.SDL_WINDOWPOS_UNDEFINED_MASK // 0x1FFF0000u
|
|
const windowpos_undefined = C.SDL_WINDOWPOS_UNDEFINED
|
|
fn funky()
|