7 lines
86 B
C
7 lines
86 B
C
|
#pragma once
|
||
|
|
||
|
namespace tests {
|
||
|
void run();
|
||
|
void test_effects_for_memory_leaks();
|
||
|
}
|