blob: 274d92bbd9de5f15fc92abc6b44640c32f828a83 [file] [log] [blame]
export module M63;
// Import statements here.
import M65;
import M65;
export int f63() {
return f65() + f65();
}