Files
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

12 lines
96 B
Rego

package test
# This is a comment
x := 5
oct {
z := -1
true
}
y := 1234
z := "abc\n\u0000
"