brintos

brintos / llvm-project-archived public Read only

0
0
Text · 151 B · 801c0c7 Raw
4 lines · c
1// RUN: %clang_cc1 -x c-header %s -emit-pch -o %t 2>&1 | FileCheck %s2// CHECK: precompiled header uses __DATE__ or __TIME__3const char *p = __DATE__;4