// RUN: llvm-tblgen %s | FileCheck %s class Foo b> { // CHECK: list ListOfInts = [170]; // CHECK: list AnotherList = [170, 7]; list ListOfInts = [!cast(b)]; list AnotherList = [!cast(b), !cast({1, 1, 1})]; } def : Foo<{1, 0, 1, 0, 1, 0, 1, 0}>;