summaryrefslogtreecommitdiffstats
path: root/test cases/d/10 d cpp/dmain.d
blob: bece25f6cf17326a530a58fa48023ad5b5bb08fc (plain)
1
2
3
4
5
extern (C++) void print_hello(int i);

void main() {
    print_hello(1);
}