9 lines
133 B
C++
Raw Normal View History

2022-11-16 20:14:03 +01:00
export module importable : partition;
#include "partitions_export.h"
export PARTITIONS_EXPORT int from_partition()
{
return 0;
}