module.cxx 70 B

1234567
  1. #include "module.h"
  2. int i;
  3. int main()
  4. {
  5. i = INTERNAL;
  6. return i;
  7. }