Sign in
qemu
/
meson
/
refs/heads/0.52
/
.
/
test cases
/
common
/
212 native file path override
/
main.cpp
blob: d65cab2120b7630a841791aee7560f854565de0e [
file
] [
log
] [
blame
]
#include
<iostream>
int
main
()
{
std
::
cout
<<
"Hello world!"
<<
std
::
endl
;
}