Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
CXXModulesCompile
/
duplicate
/
duplicate.cxx
blob: c0c820b6a4f9490493d85562da6f6f666db72a9d [
file
]
module
;
#include
<iostream>
export
module duplicate
;
export
int
from_import
()
{
std
::
cerr
<<
"From duplicate #"
<<
NDUPLICATE
<<
std
::
endl
;
return
0
;
}