added testprogs from ack compiler
[libfirm] / ir / be / test / am_test.c
index 1608fe9..7b454c5 100644 (file)
@@ -10,3 +10,9 @@ void am_test_func(int a, int b) {
 
        ar[1] = a * b + i;
 }
+
+int main()
+{
+    am_test_func(0, 0);
+    return 0;
+}