Added main().

From-SVN: r39521
This commit is contained in:
Ovidiu Predescu 2001-02-07 17:54:44 +00:00
parent 77aff9f9c7
commit cb5fb88d44

View File

@ -11,3 +11,9 @@
@implementation test
@end
int main (void)
{
return 0;
}