brintos

brintos / llvm-project-archived public Read only

0
0
Text · 207 B · 2f13356 Raw
7 lines · plain
1// RUN: not llvm-tblgen %s 2>&1 | FileCheck %s  -DFILE=%s2 3// CHECK: [[FILE]]:[[@LINE+2]]:33: error: expected list type argument in unary operator4class Flatten<int A> {5    list<int> F = !listflatten(A);6}7