llvm/clang/test/Preprocessor/llvm-rc.rc

// RUN: llvm-rc -v -i%p/Inputs -Fo%t.res -- %s
// RUN: llvm-readobj %t.res | FileCheck %s
// CHECK: Resource type (int): RCDATA (ID 10)
// CHECK: Resource name (int): 42
#include "llvm-rc.h"
MY_ID RCDATA {
  "a long string of data"
}