DEBSOURCES
Skip Quicknav
sources / qbs / 3.1.2-2 / tests / auto / blackbox / testdata / cxx-modules / decl-impl / hello.cpp
123456789
module; #include <iostream> module helloworld; void helloImpl() { std::cout << "Hello world!\n"; }