According to [[ https://eel.is/c++draft/module.unit#7.2.3 | [module.unit]p7.2.3]], a declaration within a linkage-specification should be attached to the global module.
This let user to forward declare types across modules. Here is an example: https://godbolt.org/z/vEWjdrdq9
Test Plan: check-all, https://godbolt.org/z/vEWjdrdq9
typo, should be: err_module_language_linkage_no_global