brintos

brintos / llvm-project-archived public Read only

0
0
Text · 455 B · 4a06587 Raw
14 lines · cpp
1// RUN: not %clang_cc1 %s -fsyntax-only 2>&1 | FileCheck %s2 3// CHECK: error: expected '<' after 'template'4// CHECK: error: expected '}'5// CHECK: note: to match this '{'6// CHECK: error: expected ';' after class7// CHECK: error: anonymous structs and classes must be class members8// CHECK: 4 errors generated.9 10// Do not add anything to the end of this file.  This requires the whitespace11// plus EOF after the template keyword.12 13class { template     14