netcdf test_one_vararray.3 {
dimensions:
d2 = 2 ;
variables:
int t(d2) ;
// global attributes:
string :_dap4.ce = "/t[0:1]" ;
data:
t = 17, 37 ;
}