blob: 38999333aeb79a3683a963b3dda2cfc29a6200ed [file] [log] [blame]
Alp Toker4f43e552014-06-10 06:08:51 +00001// RUN: %clang_cc1 -Wdate-time -Wno-builtin-macro-redefined %s -verify -E
2
3__TIME__ // expected-warning {{expansion of date or time macro is not reproducible}}
4__DATE__ // expected-warning {{expansion of date or time macro is not reproducible}}
5__TIMESTAMP__ // expected-warning {{expansion of date or time macro is not reproducible}}
6
7#define __TIME__
8__TIME__