summary refs log tree commit diff stats
path: root/tests/reject/tambsym2.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reject/tambsym2.nim')
-rwxr-xr-xtests/reject/tambsym2.nim6
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)
+