Add copyright notices
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / windres / strtab3.rc
CommitLineData
ec25acb3
NC
1// cpparg -DTEST=1
2
3#include "windows.h"
4
5LANGUAGE 0, 0
6
7STRINGTABLE MOVEABLE PURE DISCARDABLE
8BEGIN
9#ifdef TEST
10 1 "hello, world"
11#else
12 1 "fail"
13#endif
14END
This page took 0.075248 seconds and 4 git commands to generate.