static fields: testcase: overwriting of fields
[mate.git] / Makefile
index 9e1a9b4eeff6db789c3ef842c2dc379a22488518..38fee4449cdec32e21b4fc6d70b6dc6e3875b0a0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -33,6 +33,8 @@ test: mate $(CLASS_FILES)
        @printf "should be:  0x%08x\n" 0x55
        ./$< tests/Static3 | grep mainresult
        @printf "should be:  0x%08x\n" 0x6dd
+       ./$< tests/Static4 | grep mainresult
+       @printf "should be:  0x%08x 0x%08x\n" 0x33 0x77
        ./$< tests/CallConv1 | grep mainresult
        @printf "should be:  0x%08x\n" 0x1337
        ./$< tests/CallConv2 | grep mainresult