xref: /llvm-project/clang/test/Preprocessor/llvm-rc.rc (revision 174e796c7d41e720e2a78e3de451b893d9e3a43f)
1// RUN: llvm-rc -v -i%p/Inputs -Fo%t.res -- %s
2// RUN: llvm-readobj %t.res | FileCheck %s
3// CHECK: Resource type (int): RCDATA (ID 10)
4// CHECK: Resource name (int): 42
5#include "llvm-rc.h"
6MY_ID RCDATA {
7  "a long string of data"
8}
9