Mercurial > hg > CbC > CbC_llvm
view clang/test/Preprocessor/include-directive2.c @ 165:597b3f1c2c93
fix call createTailCallEliminationPass
author | anatofuz |
---|---|
date | Tue, 24 Mar 2020 15:30:52 +0900 |
parents | 1d019706d866 |
children |
line wrap: on
line source
// RUN: %clang_cc1 -ffreestanding -Eonly -verify %s # define HEADER <stdarg.h> # include HEADER #include <limits.h> NON_EMPTY // expected-warning {{extra tokens at end of #include directive}} // PR3916: these are ok. #define EMPTY #include <limits.h> EMPTY #include HEADER EMPTY // PR3916 #define FN limits.h> #include <FN #include <> // expected-error {{empty filename}}