blob: bece25f6cf17326a530a58fa48023ad5b5bb08fc [file] [log] [blame]
extern (C++) void print_hello(int i);
void main() {
print_hello(1);
}