start some tests
[ia32rtools.git] / tests / reg_call1.expect.c
diff --git a/tests/reg_call1.expect.c b/tests/reg_call1.expect.c
new file mode 100644 (file)
index 0000000..5637de9
--- /dev/null
@@ -0,0 +1,10 @@
+int __fastcall sub_test(int a1)
+{
+  u32 ecx = (u32)a1;
+  u32 eax;
+
+  fastcall_func(ecx);
+  eax = 0;
+  return eax;
+}
+