private.cxx 63 B

123456
  1. export module priv;
  2. export int from_private()
  3. {
  4. return 0;
  5. }