blob: 1fac344a67b79626a3eae393eb5d50f5733e1948 [file] [log] [blame]
// Enabling MS extensions should allow us to add BAR definitions.
// RUN: %clang_cc1 -DMSEXT -fms-extensions -DBAZ="\"Inputs/pch-through1.h\"" -emit-pch -o %t1.pch
// RUN: %clang_cc1 -DMSEXT -fms-extensions -include-pch %t1.pch -verify %s
#include BAZ
// expected-no-diagnostics