partition.cxx 158 B

123456789101112
  1. module importable:internal_partition;
  2. import internal;
  3. struct partition_struct
  4. {
  5. internal_struct i;
  6. };
  7. int from_partition()
  8. {
  9. return from_internal();
  10. }