summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/annotationsimplicitstruct/annotationsimplicitstruct.sd
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/derived/annotationsimplicitstruct/annotationsimplicitstruct.sd')
-rwxr-xr-xconfig-model/src/test/derived/annotationsimplicitstruct/annotationsimplicitstruct.sd12
1 files changed, 12 insertions, 0 deletions
diff --git a/config-model/src/test/derived/annotationsimplicitstruct/annotationsimplicitstruct.sd b/config-model/src/test/derived/annotationsimplicitstruct/annotationsimplicitstruct.sd
new file mode 100755
index 00000000000..37c88f58b6b
--- /dev/null
+++ b/config-model/src/test/derived/annotationsimplicitstruct/annotationsimplicitstruct.sd
@@ -0,0 +1,12 @@
+# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+search annotationsimplicitstruct {
+
+ document annotationsimplicitstruct {
+
+ annotation banana {
+ field brand type string { }
+ }
+
+ }
+
+}