Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/binutils/testsuite/binutils-all/windres/strtab3.rc
2023-03-06 14:48:14 +01:00

14 lines
160 B
Text

// cpparg -DTEST=1
#include "windows.h"
LANGUAGE 0, 0
STRINGTABLE MOVEABLE PURE DISCARDABLE
BEGIN
#ifdef TEST
1 "hello, world"
#else
1 "fail"
#endif
END