1570af302Sopenharmony_ci#include <iostream>
2570af302Sopenharmony_ci
3570af302Sopenharmony_civoid print_hello()
4570af302Sopenharmony_ci{
5570af302Sopenharmony_ci    std::cout << "hello" << std::endl;
6570af302Sopenharmony_ci}
7