(root)/
binutils-2.41/
binutils/
testsuite/
binutils-all/
windres/
strtab3.rc
// cpparg -DTEST=1

#include "windows.h"

LANGUAGE 0, 0

STRINGTABLE MOVEABLE PURE DISCARDABLE
BEGIN
#ifdef TEST
  1 "hello, world"
#else
  1 "fail"
#endif
END