1netcdf test_vlen1 {
2types:
3  compound x_base_t {
4    int x ;
5  }; // x_base_t
6  x_base_t(*) x_t ;
7variables:
8	x_t x ;
9
10// global attributes:
11		:_DAP4_Little_Endian = 1UB ;
12data:
13
14 x = {{1}, {3}, {5}, {7}} ;
15}
16