2023-05-23 16:38:00 +02:00

9 lines
131 B
C++

export module importable:partition;
#include "partitions_export.h"
export PARTITIONS_EXPORT int from_partition()
{
return 0;
}