mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-30 16:10:44 +08:00
10 lines
121 B
Plaintext
10 lines
121 B
Plaintext
|
netcdf test_vlen11 {
|
||
|
types:
|
||
|
compound v_base_t {
|
||
|
int v ;
|
||
|
}; // v_base_t
|
||
|
v_base_t(*) v_t ;
|
||
|
variables:
|
||
|
v_t v ;
|
||
|
}
|