/** * Copyright - See the COPYRIGHT that is included with this distribution. * pvxs is distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. */ #include #include #include #include #include #include namespace { using namespace pvxs; } // namespace MAIN(testutil) { testPlan(0); return testDone(); }