repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
2015-09-24 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
objc
/
execute
/
compatibility_alias.m
blob
8009a03d8ddcafa887e49be367a6654192502da2
1
/* Contributed by Nicola Pero - Thu Mar 8 17:23:59 CET 2001 */
2
#include "../../objc-obj-c++-shared/TestsuiteObject.m"
3
4
@compatibility_alias MyObject TestsuiteObject;
5
6
int main (void)
7
{
8
MyObject *object = [MyObject alloc];
9
10
return 0;
11
}
12