X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/ed3ce6c2352d76442b79badfbe08bc6ecde6934d..refs/heads/mdw/progfmt:/test/bad.sod diff --git a/test/bad.sod b/test/bad.sod index 2799e0e..6451482 100644 --- a/test/bad.sod +++ b/test/bad.sod @@ -88,3 +88,7 @@ class dismissed; class hopeful: dismissed ; + +[nick = st] class Static: SodObject { int x, y; } +instance Static noinit; +instance Static dupinit: st.x = 1, st.x = 2, st.y = 3;