summaryrefslogtreecommitdiffstats
path: root/test_repo/src/include/lib.h
blob: 28fbe8b300b0764129cd5dac559bd09035b83f8d (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#include <string_view>

namespace lib {

std::string_view print();

}