feat: extract test code
This commit is contained in:
parent
2799111d21
commit
1c9b7cb3f4
4 changed files with 37 additions and 23 deletions
5
src/null.h
Normal file
5
src/null.h
Normal file
|
@ -0,0 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
namespace null {
|
||||
void test();
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue