mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 09:41:15 +00:00
New file.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1569 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5fe8705653
commit
b4cbd76ea3
1 changed files with 9 additions and 0 deletions
9
Testing/basic.m
Normal file
9
Testing/basic.m
Normal file
|
@ -0,0 +1,9 @@
|
|||
#include <Foundation/NSObject.h>
|
||||
#include <stdio.h>
|
||||
|
||||
int main ()
|
||||
{
|
||||
id o = [NSObject new];
|
||||
printf ("Hello from object at 0x%x\n", (unsigned)[o self]);
|
||||
exit (0);
|
||||
}
|
Loading…
Reference in a new issue