[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / PCH / modulemaps-nomodules.cpp
blobc18fabe4ac856c153c538f2c9d8887b84ce6dd41
1 // Make sure we don't crash when serializing a PCH with an include from a
2 // modulemap file in nomodules mode.
3 // No need to pass -fno-modules explicitly, absence implies negation for cc1.
4 // RUN: %clang_cc1 -I %S/Inputs/modulemaps-nomodules -fmodule-map-file=%S/Inputs/modulemaps-nomodules/module.modulemap %s -emit-pch -o /dev/null
6 #include "header.h"