testfaelle fuer gesamt bsp
[testub10.git] / gesamt / intelli_01.call
diff --git a/gesamt/intelli_01.call b/gesamt/intelli_01.call
new file mode 100644 (file)
index 0000000..5c08485
--- /dev/null
@@ -0,0 +1,7 @@
+extern long long m(long long);
+
+long t = m(-6);
+
+//printf("%ld\n", t);
+
+RET(m(-6) == 80);
\ No newline at end of file