openvx_refenum_test.cpp 110 Bytes
Newer Older
wester committed
1 2 3 4 5
#include <VX/vx.h>
int main()
{
    return VX_REFERENCE_COUNT == VX_REFERENCE_TYPE ? VX_REFERENCE_NAME : 0;
}