[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Modules / missing-flag.cpp
blob560183be59e8a15b4fcebfbf7f718ec4098a7c75
1 // RUN: not %clang_cc1 -x c++-module-map %s -emit-module -fmodule-name=Foo -o %t 2>&1 | FileCheck %s
2 // CHECK: module compilation requires '-fmodules'
3 module Foo {}
4 #pragma clang module contents