1 // RUN: rm -rf %t
2 // RUN: %clang_cc1 -fsyntax-only -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -x c++ -I %S/Inputs/set-pure-crash -verify %s -o %t
3
4 // expected-no-diagnostics
5
6 #include "b.h"
7 #include "c.h"
8
9 auto t = simple<const char *>();
10