``` package test a.b.c = 1 a.b.d = 2 y = a.b ``` does not produce any value for data.test.y Regorus also does not produce correct output for this example if the order of the rules are changed: https://github.com/microsoft/regorus/issues/162