aboutsummaryrefslogtreecommitdiff
path: root/test/standalone/libcxx/st_doit.cpp
blob: 8c4d622243f6163b4bda162977e93217b47d5dc5 (plain)
1
2
3
4
5
#include <iostream>

extern "C" void doit() {
    std::cout << "st: hello" << std::endl;
}