mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-25 21:55:42 +08:00
2009-03-13 David Ayers <ayers@fsfe.org>
* objc/execute/trivial.m. New test. From-SVN: r144858
This commit is contained in:
parent
39b2ac744a
commit
e178ae8ee1
@ -1,3 +1,7 @@
|
||||
2009-03-13 David Ayers <ayers@fsfe.org>
|
||||
|
||||
* objc/execute/trivial.m. New test.
|
||||
|
||||
2009-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
|
||||
|
||||
PR target/39137
|
||||
|
7
gcc/testsuite/objc/execute/trivial.m
Normal file
7
gcc/testsuite/objc/execute/trivial.m
Normal file
@ -0,0 +1,7 @@
|
||||
#import <objc/Object.h>
|
||||
|
||||
int main(void)
|
||||
{
|
||||
[Object class];
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user