Placement of the opening brace for export blocks in C++20 modules.
export { void f(); }
export{ void f(); }