mirror of
https://github.com/xfarrow/lasd.git
synced 2025-02-22 06:57:37 +01:00
9 lines
77 B
C++
9 lines
77 B
C++
|
|
||
|
#ifndef TEST_HPP
|
||
|
#define TEST_HPP
|
||
|
|
||
|
void test();
|
||
|
|
||
|
// const int a = 1;
|
||
|
|
||
|
#endif
|