mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +00:00
New file.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2221 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
62b2cc43a9
commit
f8be18c2df
1 changed files with 10 additions and 0 deletions
10
Testing/basic-old.m
Normal file
10
Testing/basic-old.m
Normal file
|
@ -0,0 +1,10 @@
|
|||
#include <objc/objc-api.h>
|
||||
#include <objc/Object.h>
|
||||
#include <stdio.h>
|
||||
|
||||
int main ()
|
||||
{
|
||||
id o = [Object new];
|
||||
printf ("Hello from object at 0x%x\n", (unsigned)[o self]);
|
||||
exit (0);
|
||||
}
|
Loading…
Reference in a new issue