Sign in
cobalt
/
cobalt
/
25399f97090f8a86f56525c38486080cb2747250
/
.
/
src
/
third_party
/
llvm-project
/
clang
/
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