blob: 3ecb3be68659c8cfe516c825671f86a09405010a [file] [log] [blame]
export module M9;
export int func9() {
return 42;
}