mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-27 08:49:16 +08:00
11 lines
121 B
Plaintext
11 lines
121 B
Plaintext
|
netcdf test_vlen1 {
|
||
|
types:
|
||
|
compound x_base_t {
|
||
|
int x ;
|
||
|
}; // x_base_t
|
||
|
x_base_t(*) x_t ;
|
||
|
variables:
|
||
|
x_t x ;
|
||
|
|
||
|
}
|