13 lines
158 B
C++
Raw Normal View History

2023-05-23 16:38:00 +02:00
module importable:internal_partition;
2023-12-07 09:12:54 +01:00
import internal;
struct partition_struct
{
internal_struct i;
};
2022-11-16 20:14:03 +01:00
int from_partition()
{
2023-12-07 09:12:54 +01:00
return from_internal();
2022-11-16 20:14:03 +01:00
}