mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-30 16:10:44 +08:00
10 lines
120 B
Plaintext
10 lines
120 B
Plaintext
|
netcdf test_vlen1 {
|
||
|
types:
|
||
|
compound x_base_t {
|
||
|
int x ;
|
||
|
}; // x_base_t
|
||
|
x_base_t(*) x_t ;
|
||
|
variables:
|
||
|
x_t x ;
|
||
|
}
|