#ifndef CMAKE_SCANNED_THIS_SOURCE # error "This file should have been scanned" #endif export module M; export int from_module() { return 0; }