Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
refs/heads/master
/
.
/
Tests
/
RustMix
/
cpp_shared.cpp
blob: bee6784fda70ed67d147b16f61f740c7eff240b5 [
file
] [
log
] [
blame
] [
edit
]
#include
<iostream>
extern
"C"
void
cpp_shared_greet
()
{
std
::
cout
<<
"Hello from a C++ shader library"
<<
std
::
endl
;
}