summaryrefslogtreecommitdiff
path: root/testcase/4.c
diff options
context:
space:
mode:
Diffstat (limited to 'testcase/4.c')
-rw-r--r--testcase/4.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/testcase/4.c b/testcase/4.c
new file mode 100644
index 0000000..f038c0b
--- /dev/null
+++ b/testcase/4.c
@@ -0,0 +1,8 @@
+#include <stdio.h>
+int rtems(int argc, char **argv)
+{
+ int a;
+ a =ar_func_test();
+ printf("a = 0x%x\n",a);
+ return 0;
+}