summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/struct_outside.sd
blob: 60a2a9344d50ee9b2b4a53ddf144db18217c5ded (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright 2016 Yahoo Inc. 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 {

        }
    }
}