mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-06 21:27:23 +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:
@@ -1,5 +1,5 @@
|
|||||||
// RUN: tblgen %s | grep {1, 2, 3} | count 4
|
// RUN: tblgen %s | grep {\\\[1, 2, 3\\\]} | count 4
|
||||||
// RUN: tblgen %s | grep {4, 5, 6} | count 2
|
// RUN: tblgen %s | grep {\\\[4, 5, 6\\\]} | count 2
|
||||||
|
|
||||||
class A<list<list<int>> vals> {
|
class A<list<list<int>> vals> {
|
||||||
list<int> first = vals[0];
|
list<int> first = vals[0];
|
||||||
|
Reference in New Issue
Block a user