diff options
Diffstat (limited to 'tests/reject/tambsym2.nim')
-rwxr-xr-x | tests/reject/tambsym2.nim | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/reject/tambsym2.nim b/tests/reject/tambsym2.nim new file mode 100755 index 000000000..d89cfb2de --- /dev/null +++ b/tests/reject/tambsym2.nim @@ -0,0 +1,6 @@ + +from sdl import PSurface + +discard SDL.CreateRGBSurface(SDL.SWSURFACE, 23, 34, + 32, 0x00FF0000, 0x0000FF00, 0x000000FF, 0xff000000) + |