Sign in
qemu
/
meson
/
refs/heads/revert-15408-submit/drop-python-3.7
/
.
/
test cases
/
rust
/
28 mixed
/
main.cc
blob: 10daae42cf0207413c02ac7c892d16ff9d7609a1 [
file
]
#include
<iostream>
extern
"C"
void
hello_rust
(
void
);
int
main
()
{
std
::
cout
<<
"This is C++!\n"
;
hello_rust
();
}