Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
2b91a96633cc1ef32abe98b3939417bfb2cd00a7
/
.
/
Tests
/
RunCMake
/
CXXModules
/
examples
/
public-req-private
/
priv.cxx
blob: 7c000b749519e299f3dfbaf4a171fbf7a7fc1db4 [
file
] [
log
] [
blame
]
export
module priv
;
export
int
g
()
{
return
0
;
}