#include int test(); int main() { std::cout << test(); } int test() { }