zig
Code
Branches
Tags
Commits
master
zig
/
test
/
standalone
/
libcxx
/
st_doit.cpp
Top
1
#
include
<iostream>
2
3
extern
"
C
"
void
doit
(
)
{
4
std
:
:
cout
<
<
"
st: hello
"
<
<
std
:
:
endl
;
5
}