a5bb09aff3
This is the gcc 4.6 compiler suite. This package has a test target. For testing (only), this package requires devel/dejagnu and devel/autogen.
6 lines
109 B
Objective-C
6 lines
109 B
Objective-C
#import <stdio.h>
|
|
|
|
int main( int argc, const char *argv[] ) {
|
|
printf( "hello world\n" );
|
|
return 0;
|
|
}
|