mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-12 12:16:04 +08:00
15 lines
160 B
Plaintext
15 lines
160 B
Plaintext
|
// cpparg -DTEST=1
|
||
|
|
||
|
#include "windows.h"
|
||
|
|
||
|
LANGUAGE 0, 0
|
||
|
|
||
|
STRINGTABLE MOVEABLE PURE DISCARDABLE
|
||
|
BEGIN
|
||
|
#ifdef TEST
|
||
|
1 "hello, world"
|
||
|
#else
|
||
|
1 "fail"
|
||
|
#endif
|
||
|
END
|