summaryrefslogtreecommitdiff
path: root/testcase/3.c
blob: 0903300660c3a1600c70d8e2bedeab1f42baf392 (plain)
1
2
3
4
5
6
7
#include "3.h"

int ar_func_test(void)
{
  printf ("ar_func_test\n");
  return 0x55;
}