# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
cases:
- note: input-multiple-1
data:
input:
many!:
-
-
modules:
- |
package test
x[a] {
a = y
}
y[a] {
a = input.x + 5
}
query: data.test
want_result:
many!:
- y:
set!:
x:
set!:
- y:
set!:
x:
set!: