repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
Preprocessor
/
llvm-windres.rc
blob
3356cd1e253fdd7f7d31c746309dbef5c73be108
1
// RUN: llvm-windres -I%p/Inputs %s %t.res
2
// RUN: llvm-readobj %t.res | FileCheck %s
3
// CHECK: Resource type (int): RCDATA (ID 10)
4
// CHECK: Resource name (int): 42
5
#include "llvm-windres.h"
6
MY_ID RCDATA {
7
"a long string of data"
8
}