Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
e107fd0713c93f8b7d5be54552b51b1632b34f8c
/
.
/
Tests
/
RunCMake
/
CXXModules
/
examples
/
duplicate
/
duplicate.cxx
blob: c0c820b6a4f9490493d85562da6f6f666db72a9d [
file
] [
log
] [
blame
]
module
;
#include
<iostream>
export
module duplicate
;
export
int
from_import
()
{
std
::
cerr
<<
"From duplicate #"
<<
NDUPLICATE
<<
std
::
endl
;
return
0
;
}