index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
hello_libcxx.cpp
blob: 25abee0e24cb56e773268924eb9a6769765e8196 (
plain
)
1
2
3
4
5
6
#include <iostream> int main() { std::cout << "hello, world!" << std::endl; return 0; }