summary refs log tree commit diff stats
path: root/tests/compile/tambsym2.nim
blob: 7758cc31a68fb6e842a6938f830ebee5c20177e9 (plain) (blame)
1
2
3
4
5
6
from sdl import PSurface

discard SDL.CreateRGBSurface(SDL.SWSURFACE, 23, 34,
      32, 0x00FF0000, 0x0000FF00, 0x000000FF, 0xff000000'i32)