blob: 5e77893b8a69d70490a7373a3938d4a80ee1559a [file] [log] [blame]
#include <stdio.h>
#include "test_ar.h"
void f1_ar()
{
printf ( "Hello from f1_ar.\n" ) ;
return ;
}