blob: ba791d574b558f817603600238f2c37f00d54c21 (
plain)
1
2
3
4
5
6
7
8
|
// RUN: %clang_cc1 %s -verify
// vim: set binary noeol:
// This file intentionally ends without a \n on the last line. Make sure your
// editor doesn't add one.
// expected-error@+1{{expected '>'}} expected-note@+1{{to match this '<'}}
#include <\
|