github.com/sercand/please@v13.4.0+incompatible/test/cc_rules/clang/modules/hello.cppm (about)

     1  export module hello;
     2  
     3  export void say_hello(const char* name);
     4  
     5  export char exclaim() {
     6    return '!';
     7  }