aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/struct_outside.sd
blob: 8911694ffc9ff9bc98f1eceac8093490fa7978ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search struct_outside {
    struct my_struct {

    }
    document struct_outside {
        field my_field type my_struct {

        }
    }
}