2
0
mirror of https://github.com/HDFGroup/hdf5.git synced 2025-03-01 16:28:09 +08:00
hdf5/tools/testfiles/tloop-1.ddl

15 lines
193 B
Plaintext
Raw Normal View History

HDF5 "tloop.h5" {
GROUP "/" {
GROUP "g1" {
GROUP "g1.1" {
GROUP "g2.1" {
HARDLINK "/g1"
}
}
}
GROUP "g2" {
HARDLINK "/g1/g1.1"
}
}
}