mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-05 23:52:45 +00:00
1f2bd35b24
llvm-svn: 307316
5 lines
195 B
C++
5 lines
195 B
C++
// 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
|