view clang/test/PCH/datetime.c @ 150:1d019706d866

LLVM10
author anatofuz
date Thu, 13 Feb 2020 15:10:13 +0900
parents
children
line wrap: on
line source

// RUN: %clang_cc1 -x c-header %s -emit-pch -o %t 2>&1 | FileCheck %s
// CHECK: precompiled header uses __DATE__ or __TIME__
const char *p = __DATE__;