Apparently GCC accepts the ill-formed prior syntax.
@@ -1,5 +1,5 @@
export module importable;
-import importable : internal_partition;
+import : internal_partition;
#include "internal-partitions_export.h"
-export import importable : partition;
+export import : partition;
#include "partitions_export.h"