mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-27 07:30:33 +08:00
12 lines
124 B
Plaintext
12 lines
124 B
Plaintext
|
netcdf test {
|
||
|
types:
|
||
|
compound types_t {
|
||
|
int i32 ;
|
||
|
}; // types_t
|
||
|
variables:
|
||
|
types_t types ;
|
||
|
data:
|
||
|
|
||
|
types = {1} ;
|
||
|
}
|