repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' into msp430
[llvm/msp430.git]
/
test
/
TableGen
/
GeneralList.td
blob
7f099f2864999be51a76e9c60b2311b01218f834
1
// RUN: tblgen %s
2
//
3
// Test to make sure that lists work with any data-type
4
5
class foo {
6
list<int> Test = [1, 2, 3];
7
list<string> Test2 = ["abc", "xyz", "gtq"];
8
}