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
2 changed files with 11 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue