| 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 | Used to indicate that you don't care what the window position is. |
| 7 | const windowpos_undefined = C.SDL_WINDOWPOS_UNDEFINED |
| 8 | fn funky() |
| 9 | funky - comment for function below |
| 10 |