brintos

brintos / llvm-project-archived public Read only

0
0
Text · 234 B · f08fdd0 Raw
9 lines · plain
1// RUN: llvm-rc -v -i%p/Inputs -Fo%t.res -- %s2// RUN: llvm-readobj %t.res | FileCheck %s3// CHECK: Resource type (int): RCDATA (ID 10)4// CHECK: Resource name (int): 425#include "llvm-rc.h"6MY_ID RCDATA {7  "a long string of data"8}9