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
/
trivial.m
blob
b660a8ffb6787c1eab6e7bd3960b5177ec87e9e6
1
#import "../../objc-obj-c++-shared/TestsuiteObject.m"
2
3
int main(void)
4
{
5
[TestsuiteObject class];
6
return 0;
7
}
8