mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
Authored by anakrish and mingweishih Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
12 lines
96 B
Rego
12 lines
96 B
Rego
package test
|
|
|
|
# This is a comment
|
|
|
|
x := 5
|
|
oct {
|
|
z := -1
|
|
true
|
|
}
|
|
y := 1234
|
|
z := "abc\n\u0000
|
|
" |