How to use C++ module std in GNU g++

g++-16:

g++ -std=c++26 -fmodules --compile-std-module hello.cpp

g++-15: Follow this advice: https://github.com/JRASoftware/cpp23-import-std-guide