summaryrefslogtreecommitdiffstats
path: root/test cases/d/10 d cpp/libfile.d
blob: 88cb53e9b73762e210f1f9db38d7a157d19d1765 (plain)
1
2
3
4
5
import std.stdio;

extern (C++) void print_hello(int i) {
    writefln("Hello. Here is a number printed with D: %d", i);
}