blob: a18fd2a3b1468c15db6282f406ac167043c22c8f [file] [log] [blame]
void a_func (void);
int main()
{
a_func ();
return 0;
}