blob: 560183be59e8a15b4fcebfbf7f718ec4098a7c75 [file] [log] [blame]
Richard Smith1f2bd352017-07-06 21:05:56 +00001// 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'
3module Foo {}
4#pragma clang module contents