blob: 6aaf40675deae8470ca4bacafa590c132a7648d0 [file] [log] [blame]
#include <stdio.h>
int tlib2func()
{
printf("This is T2\n");
return 2;
}