Sign in
fuchsia
/
third_party
/
cmake
/
1dae4d93551dcd4cd047b77d0bb1b18080e3556b
/
.
/
Tests
/
RunCMake
/
CXXModules
/
sources
/
module-header.h
blob: 982617e5c618ccc71694f7d5603cd123964af451 [
file
] [
log
] [
blame
]
#ifndef
module_header_h
#define
module_header_h
inline
int
h
()
{
return
0
;
}
#endif