export module math.math2; export { int mul(int fir, int sec) { return fir * sec; } }