mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
cb0b3a1790
Authored by anakrish and mingweishih Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
7 lines
46 B
Rego
7 lines
46 B
Rego
package test
|
|
|
|
local = x {
|
|
some x
|
|
x = 10
|
|
}
|