1// RUN: env SOURCE_DATE_EPOCH=123 %clang -E %s -### 2>&1 | FileCheck %s2// CHECK: "-source-date-epoch" "123"3