blob: c2ec29ba0199b327d3cc3a5250a91adc3b2277b4 [file] [log] [blame]
/*
* This file checks that the output may be compiled by the C++ compiler.
*/
#undef NDEBUG
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <string.h>
#include <assert.h>
#include <VariablePart.h>
int
main() {
VariablePart_t t;
t.present = VariablePart_PR_vrange;
return 0;
}