diff --git a/test/double_access.shd b/test/double_access.shd new file mode 100644 index 0000000..ccec911 --- /dev/null +++ b/test/double_access.shd @@ -0,0 +1,7 @@ +p :: properties { + v : float2; +} + +vertex main ::() { + x : float = p.v.x / p.v.y; +}