Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
test
standalone
libcxx
st_doit.cpp
pretty
plain
permalink
blame
history
•
5 lines
•
91 B
1
#include <iostream>
2
3
extern "C" void doit() {
4
std::cout << "st: hello" << std::endl;
5
}