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

9 lines
77 B
C++

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