C++20 에 나온 module 써보려고 하는데 이거 컴파일 어떻게 하냐


https://www.modernescpp.com/index.php/c-20-modules


여기 나온 링크대로 헀는데 안 돼.


// test_module.cpp export module test_module; export int return_42() { return 42; }


이 파일을 밑에 커맨드로 컴파일하는데 안 됨.


이게 오류 메시지임.