blob: d41a6a49642d559d9898295552674330555b748b (
plain)
1
2
3
4
5
|
; RUN: llvm-rc -no-preprocess /FO %t.res -- %p/Inputs/resname-string.rc
; RUN: llvm-readobj %t.res | FileCheck %s
; CHECK: Resource name (string): STRINGNAME
; CHECK: Resource name (string): NAME-WITH-DASHES/AND/SLASHES
|