Sign in
qemu
/
meson
/
refs/heads/dirc2
/
.
/
test cases
/
common
/
215 source set realistic example
/
boards
/
arm
/
arm32.cc
blob: 72a24274aa38b8c7ae56ad5b7bc2f01f72372006 [
file
] [
log
] [
blame
]
#include
"common.h"
#include
<iostream>
void
initialize_target
()
{
std
::
cout
<<
ANSI_START
<<
"a different "
<<
THE_TARGET
<<
" initialization"
<<
ANSI_END
<<
std
::
endl
;
}