blob: 24b3cc70cbba64a5da28db2e54ca48e8803dfb04 [file] [log] [blame]
export module M72;
// Import statements here.
import M75;
import M76;
export int f72() {
return f75() + f76();
}