Sign in
rust
/
rust-lang
/
llvm-project
/
ae9c45b112598aa9a411ffe4cebd213d7f9186b6
/
.
/
clang
/
test
/
Modules
/
cxx20-export-import.cpp
blob: c40069e1df20d12daeaf35694fe9a8976f1bf701 [
file
] [
log
] [
blame
]
// RUN: rm -rf %t
// RUN: %clang_cc1 -std=c++20 -fmodules -fmodules-cache-path=%t -fimplicit-module-maps -I%S/Inputs -verify %s
export
import
dummy
;
// expected-error {{export declaration can only be used within a module purview}}