feat: extract test code

This commit is contained in:
Michael Mandl 2023-10-18 19:49:49 +02:00
parent 2799111d21
commit 1c9b7cb3f4
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7
4 changed files with 37 additions and 23 deletions

5
src/null.h Normal file
View file

@ -0,0 +1,5 @@
#pragma once
namespace null {
void test();
};