bolt/deps/llvm-18.1.8/clang/test/Preprocessor/llvm-rc.rc

9 lines
234 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
// 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"
}