blob: 6e53788718895f813ed8e6b2ea3e0a96db6b47f4 (
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 "FILENAME" or <FILENAME>}}
#include <\
|