FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / objc / execute / compatibility_alias.m
blob24f47712eecd4d446c0408f752f807f2d4fce761
1 /* Contributed by Nicola Pero - Thu Mar  8 17:23:59 CET 2001 */
2 #include <objc/objc.h>
3 #include <objc/Object.h>
5 @compatibility_alias MyObject Object;
7 int main (void)
9   MyObject *object = [MyObject alloc];
11   return 0;