xref: /llvm-project/clang/test/Modules/set-pure-crash.cpp (revision c6c8d4a13ebd5ce1c3c7e8632312ab8c2dc6afa0)
1*c6c8d4a1SAndrew Gallagher // RUN: rm -rf %t
2*c6c8d4a1SAndrew Gallagher // 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*c6c8d4a1SAndrew Gallagher 
4*c6c8d4a1SAndrew Gallagher // expected-no-diagnostics
5*c6c8d4a1SAndrew Gallagher 
6*c6c8d4a1SAndrew Gallagher #include "b.h"
7*c6c8d4a1SAndrew Gallagher #include "c.h"
8*c6c8d4a1SAndrew Gallagher 
9*c6c8d4a1SAndrew Gallagher auto t = simple<const char *>();
10