Home | History | Annotate | Download | only in PCH
      1 // RUN: %clang_cc1 -x c-header %s -emit-pch -o %t 2>&1 | FileCheck %s
      2 // CHECK: precompiled header uses __DATE__ or __TIME__
      3 const char *p = __DATE__;
      4