]> git.saurik.com Git - apple/objc4.git/blobdiff - test/load-order.m
objc4-437.tar.gz
[apple/objc4.git] / test / load-order.m
diff --git a/test/load-order.m b/test/load-order.m
new file mode 100644 (file)
index 0000000..79d68e4
--- /dev/null
@@ -0,0 +1,9 @@
+#include "test.h"
+
+extern int state1, state2, state3;
+
+int main()
+{
+    testassert(state1 == 1  &&  state2 == 2  &&  state3 == 3);
+    succeed(__FILE__);
+}