// RUN: llvm-tblgen %s // // Test to make sure that lists work with any data-type class foo { list Test = [1, 2, 3]; list Test2 = ["abc", "xyz", "gtq"]; }