Sign in
qemu
/
meson
/
7b43a2e19613f3702935872b21b1020f7d8c6a9b
/
.
/
test cases
/
common
/
2 cpp
/
cpp.C
blob: d3df476899babe26b519ce09694390079dadd295 [
file
] [
log
] [
blame
]
#include
<iostream>
int
main
(
void
)
{
std
::
cout
<<
"C++ seems to be working."
<<
std
::
endl
;
return
0
;
}