mirror of
https://github.com/opnsense/src.git
synced 2026-03-20 01:35:49 -04:00
4 lines
195 B
C++
4 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
|