2021-03-21 00:41:19 +01:00

7 lines
77 B
C++

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