Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
a0d8556bf7600a11e7ead052d926ab5884256d09
/
.
/
Tests
/
RunCMake
/
CXXModules
/
examples
/
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
;
}