Files
regorus/tests/tmp-files-to-be-added-as-yaml-tests/query.rego
Anand Krishnamoorthi cb0b3a1790 Code from github.com/anakrish/rego-rs
Authored by anakrish and mingweishih

Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
2023-02-09 10:56:54 -08:00

3 lines
31 B
Rego

x := 5,
y := x + 5 * 3; x & y
]