summaryrefslogtreecommitdiff
path: root/tests/Klocation
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Klocation')
-rw-r--r--tests/Klocation20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/Klocation b/tests/Klocation
new file mode 100644
index 0000000..e2e0c7c
--- /dev/null
+++ b/tests/Klocation
@@ -0,0 +1,20 @@
+# Defined and referenced in multiple locations
+config A
+ bool
+menu "foo"
+ depends on A
+ visible if A && NOT_DEFINED
+choice B
+ bool "b"
+config C
+ bool "c"
+config D
+ bool "d"
+endchoice
+config A
+ def_bool NOT_DEFINED
+comment "foo"
+config E
+ bool "E" if A
+ depends on A
+endmenu