Sign in
llvm
/
llvm-project
/
clang
/
d1ec7dd77e3de8b5fb2df657adfa14c2c3d648b9
/
.
/
test
/
Modules
/
missing-flag.cpp
blob: 560183be59e8a15b4fcebfbf7f718ec4098a7c75 [
file
] [
log
] [
blame
]
// RUN: not %clang_cc1 -x c++-module-map %s -emit-module -fmodule-name=Foo -o %t 2>&1 | FileCheck %s
// CHECK: module compilation requires '-fmodules'
module
Foo
{}
#pragma
clang module contents