/* https://github.com/cirosantilli/linux-kernel-module-cheat#sanity-checks */ #include int main() { std::cout << "hello cpp" << std::endl; }