lasd/teoria/esempi_professore/examples/structured/testx.hpp

7 lines
77 B
C++

#ifndef TESTX_HPP
#define TESTX_HPP
void testx() {}; // cout << "";
#endif