#include "concept.hpp" #include "helpers.hpp" using namespace std; #include int main() { ref concept = "concept"; cout << string(concept) << endl; }