#ifndef STACKALLOCATORTESTS_H #define STACKALLOCATORTESTS_H namespace StackAllocatorTests { void test(); } #endif