mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
Add a more robust !if test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73091 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d725189254
commit
5f323419f3
@ -1,5 +1,5 @@
|
||||
// RUN: tblgen %s | grep {1, 2, 3} | count 4
|
||||
// RUN: tblgen %s | grep {4, 5, 6} | count 2
|
||||
// RUN: tblgen %s | grep {\\\[1, 2, 3\\\]} | count 4
|
||||
// RUN: tblgen %s | grep {\\\[4, 5, 6\\\]} | count 2
|
||||
|
||||
class A<list<list<int>> vals> {
|
||||
list<int> first = vals[0];
|
||||
|
Loading…
Reference in New Issue
Block a user