summaryrefslogtreecommitdiff
path: root/testcase/3.c
blob: 4e63c1bf048a89ba31d23e4fa4f10c63689e5f1c (plain)
1
2
3
4
5
6
#include <stdio.h>
int ar_func_test(void)
{
  printf ("ar_func_test\n");
  return 0x55;
}