Make pointer casting work.
diff --git a/libacc/tests/test.py b/libacc/tests/test.py
index 0d408cc..b8caee0 100644
--- a/libacc/tests/test.py
+++ b/libacc/tests/test.py
@@ -458,6 +458,12 @@
 result: 4
 ""","""""")
 
+    def testB2071670(self):
+        self.compileCheck(["-R", "data/b2071670.c"], """Executing compiled code:
+result: 1092616192
+""","""""")
+
+
 def main():
     checkEnvironment()
     parseArgv()