Test file ``` #include <windows.h> #define WORLD "world" STRINGTABLE DISCARDABLE BEGIN 2048 "Hello " WORLD END ``` Result ``` $ i686-w64-mingw32-windres -i test.rc -o test.res llvm-rc: Error parsing file: expected '-', '~', integer or '(', got "world" i686-w64-mingw32-windres: error: llvm-rc failed ```