summaryrefslogtreecommitdiffstats
path: root/binutils/testsuite/binutils-all/windres/strtab3.rc
blob: 542e9dc6c9c7649ea0f22c1def28129d803204c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// cpparg -DTEST=1

#include "windows.h"

LANGUAGE 0, 0

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