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