xref: /llvm-project/clang/test/Modules/set-pure-crash.cpp (revision c6c8d4a13ebd5ce1c3c7e8632312ab8c2dc6afa0)
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