eof2.cpp 459 B

123456789101112131415
  1. // RUN: not %clang_cc1 %s -fsyntax-only 2>&1 | FileCheck %s
  2. // CHECK: error: expected expression
  3. // CHECK: error: expected member name or ';' after declaration specifiers
  4. // CHECK: error: expected '}'
  5. // CHECK: note: to match this '{'
  6. // CHECK: error: expected ';' after class
  7. // CHECK: 4 errors generated.
  8. // Do not add anything to the end of this file. This requires the whitespace
  9. // plus EOF after the '<' token.
  10. template <typename T>
  11. class a {
  12. a<