Files

6 lines
75 B
D

extern (C++) void print_hello(int i);
void main() {
print_hello(1);
}