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