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

9 lines
77 B
C++

#ifndef TEST_HPP
#define TEST_HPP
void test();
// const int a = 1;
#endif