blob: 4a06587edea37828245e46ba8c17378c11eecd55 [file] [log] [blame]
Richard Trieua1342402014-05-02 23:40:32 +00001// RUN: not %clang_cc1 %s -fsyntax-only 2>&1 | FileCheck %s
2
Richard Smith3af70092017-02-09 22:14:25 +00003// CHECK: error: expected '<' after 'template'
Richard Trieua1342402014-05-02 23:40:32 +00004// CHECK: error: expected '}'
5// CHECK: note: to match this '{'
6// CHECK: error: expected ';' after class
7// CHECK: error: anonymous structs and classes must be class members
8// CHECK: 4 errors generated.
9
10// Do not add anything to the end of this file. This requires the whitespace
11// plus EOF after the template keyword.
12
13class { template