Add example-6.c6l

This commit is contained in:
John Lorentzson 2025-07-09 14:38:11 +02:00
parent 352f9e897e
commit b4d61c0deb

View file

@ -0,0 +1,3 @@
x = 1
y = x + 4 + use(x) + 1
z = use(y) + use(x)