issue#11: cds: changed __CDS_ guard prefix to CDSLIB_ for all .h files
[libcds.git] / tests / unit / michael_alloc.cpp
1 //$$CDS-header$$
2
3 #include "michael_alloc.h"
4
5 namespace memory {
6     michael_heap s_MichaelHeap;
7 }