brintos

brintos / llvm-project-archived public Read only

0
0
Text · 489 B · 44e2b58 Raw
17 lines · cpp
1// RUN: not %clang_cc1 %s -fsyntax-only 2>&1 | FileCheck %s2 3// CHECK: error: expected expression4// CHECK: error: expected '>'5// CHECK: error: expected member name or ';' after declaration specifiers6// CHECK: error: expected '}'7// CHECK: note: to match this '{'8// CHECK: error: expected ';' after class9// CHECK: 5 errors generated.10 11// Do not add anything to the end of this file.  This requires the whitespace12// plus EOF after the '<' token.13 14template <typename T>15class a {16  a< 17