mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-19 03:25:54 -04:00
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
|