eof.cpp 482 B

12345678910111213
  1. // RUN: not %clang_cc1 %s -fsyntax-only 2>&1 | FileCheck %s
  2. // CHECK: error: expected member name or ';' after declaration specifiers
  3. // CHECK: error: expected '}'
  4. // CHECK: note: to match this '{'
  5. // CHECK: error: expected ';' after class
  6. // CHECK: error: anonymous structs and classes must be class members
  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 template keyword.
  10. class { template