z3-z3-4.13.0.src.test.region.cpp Maven / Gradle / Ivy
The newest version!
/*++
Copyright (c) 2006 Microsoft Corporation
Module Name:
tst_region.cpp
Abstract:
Test region memory allocator.
Author:
Leonardo de Moura (leonardo) 2006-09-14.
Revision History:
--*/
#include
#include "util/region.h"
static void tst1() {
// TODO
}
void tst_region() {
tst1();
}