Sign in
qemu
/
meson
/
7b43a2e19613f3702935872b21b1020f7d8c6a9b
/
.
/
test cases
/
common
/
205 native file path override
/
main.cpp
blob: 91bc809069bdfd52eeaf7c2225b2d1536c800bfc [
file
] [
log
] [
blame
]
#include
<iostream>
int
main
(
void
)
{
std
::
cout
<<
"Hello world!"
<<
std
::
endl
;
}