repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation patterns
[llvm-complete.git]
/
test
/
tools
/
llvm-rc
/
Inputs
/
tag-stringtable-basic.rc
blob
afda2f3af63d2f413b24fc5f30cdeaf796707b3e
1
STRINGTABLE
2
VERSION 32
3
CHARACTERISTICS 0x32 {
4
0 "a"
5
}
6
7
// Commas are optional, so we make sure to test both cases.
8
STRINGTABLE {
9
1, "b"
10
16, "bb"
11
}
12
13
STRINGTABLE
14
VERSION 100
15
LANGUAGE 4, 7 {
16
16 "hello"
17
17 "world"
18
}
19
20
STRINGTABLE
21
VERSION 50
22
CHARACTERISTICS 0x32 {
23
17 "cc"
24
32 "ccc"
25
2 "c"
26
}
27
28
STRINGTABLE {
29
3 "d"
30
4 ""
31
8 ""
32
}
33
34
STRINGTABLE
35
VERSION 101
36
LANGUAGE 4, 7 {
37
-1 & 65535 "minus one"
38
}
39
40
STRINGTABLE
41
CHARACTERISTICS 10
42
LANGUAGE 4, 7 {
43
23 "something else"
44
65529 "large number"
45
}
46