blob: b1f4c0376452db6c8879f84929b9a941b99a2395 [file] [edit]
// RUN: %clang_cc1 -E -DDATETIME_CUSTOM -init-datetime-macros=literalone -D__DATE__="\"d3\"" -D__TIME__="\"t4\"" -D__TIMESTAMP__="\"ts5\"" -verify %s
// expected-warning@2{{redefining builtin macro}}
// expected-warning@3{{redefining builtin macro}}
// expected-warning@4{{redefining builtin macro}}
date: __DATE__
time: __TIME__
timestamp: __TIMESTAMP__