]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - main.c
Perliminary restructuring / implementation of the diagnostics system.
[xonotic/gmqcc.git] / main.c
diff --git a/main.c b/main.c
index 840a6a730fe83065b663ef92875cdb1948ba8fc9..10db6d3fa1e5f46d2d396ad4916fcf51288b9424 100644 (file)
--- a/main.c
+++ b/main.c
@@ -778,7 +778,11 @@ srcdone:
             }
         }
     }
-
+{
+    #define FOO "\xD\xE\xA\xD\xB\xE\xE\xF\xD\xE\xA\xD\xB\xE\xE\xF"
+    char *foo = util_strdup(FOO FOO FOO FOO "hello world!");
+    (void)foo;
+}
 cleanup:
     util_debug("COM", "cleaning ...\n");
     if (ftepp)