mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +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} ;
|
|
}
|