/* * This file checks that the output may be compiled by the C++ compiler. */ #undef NDEBUG #include #include #include #include #include #include int main() { VariablePart_t t; t.present = VariablePart_PR_vrange; return 0; }