summaryrefslogtreecommitdiff
path: root/testcase/4.c
blob: f038c0babeef75ffb72ce4fb1ccc5927e1dcf47c (plain)
1
2
3
4
5
6
7
8
#include <stdio.h>
int rtems(int argc, char **argv)
{
  int a;
  a =ar_func_test();
  printf("a = 0x%x\n",a);
  return 0;
}