Sign in
qemu
/
meson
/
refs/heads/clangsanitize
/
.
/
test cases
/
cmake
/
4 code gen
/
main.cpp
blob: 3ddbf636b95033d03c2bc6101bbf6c8c619ea397 [
file
] [
log
] [
blame
]
#include
<iostream>
#include
"test.hpp"
using
namespace
std
;
int
main
()
{
cout
<<
getStr
()
<<
endl
;
}