module-use.cxx 68 B

123456
  1. import M;
  2. int main(int argc, char* argv[])
  3. {
  4. return f() + p();
  5. }