aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/struct_outside.sd
blob: 6cd97d1fb9feed951f0db7d10d19521fc2e580ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright Vespa.ai. 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 {

        }
    }
}