blob: bb25b05d3c494e14e657ea182238f4c652b6ef3c [file] [log] [blame]
export module M54;
// Import statements here.
import M55;
import M59;
export int f54() {
return f55() + f59();
}