mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-12 15:45:21 +08:00
13 lines
148 B
Plaintext
13 lines
148 B
Plaintext
|
netcdf test_vlen11 {
|
||
|
types:
|
||
|
compound v_base_t {
|
||
|
int v ;
|
||
|
}; // v_base_t
|
||
|
v_base_t(*) v_t ;
|
||
|
variables:
|
||
|
v_t v ;
|
||
|
data:
|
||
|
|
||
|
v = {{4}, {754}} ;
|
||
|
}
|