export module Calc; import std; export int Add(int a, int b) { return a + b; }