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

     1  #include <iostream>
     2  
     3  module hello;
     4  
     5  void say_hello(const char* n) {
     6    std::cout << "Hello, " << n << exclaim() << std::endl;
     7  }