Added main().
From-SVN: r39521
This commit is contained in:
parent
77aff9f9c7
commit
cb5fb88d44
@ -11,3 +11,9 @@
|
|||||||
|
|
||||||
@implementation test
|
@implementation test
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
int main (void)
|
||||||
|
{
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user