summary refs log blame commit diff stats
path: root/tests/accept/compile/tambsym2.nim
blob: ecd9a47847c1398165eb5927e7bdd2db1c9c6eb8 (plain) (tree)
1
2
3
4
5
6
7
8



                                                    
                                                             
 

 
from sdl import PSurface

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