mirror of
https://github.com/xfarrow/lasd.git
synced 2025-02-25 08:27:37 +01:00
7 lines
77 B
C++
7 lines
77 B
C++
|
|
#ifndef TESTX_HPP
|
|
#define TESTX_HPP
|
|
|
|
void testx() {}; // cout << "";
|
|
|
|
#endif |