blob: c4cebc4edea677b0ac794b8967af86682b86a1f5 [file] [log] [blame]
extern "C" int Cobj(void);
int main()
{
return Cobj();
}