blob: 92b2f60188529228db3a581688c10be9efcf8ec7 [file] [log] [blame]
Eli Friedman53f82172011-12-14 02:16:13 +00001// RUN: %clang_cc1 %s -Eonly -verify
Reid Spencer5f016e22007-07-11 17:01:13 +00002
3#define COMM / ## *
Eli Friedman53f82172011-12-14 02:16:13 +00004COMM // expected-error {{pasting formed '/*', an invalid preprocessing token}}
Reid Spencer5f016e22007-07-11 17:01:13 +00005
Richard Smithc5f74592012-06-13 19:02:56 +00006// Demonstrate that an invalid preprocessing token
7// doesn't swallow the rest of the file...
8#error EOF // expected-error {{EOF}}