blob: f08fdd0506bb1d0329c5f7ff2070e061f2fd68d1 [file] [log] [blame]
// 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"
}