OSDN Git Service

* objc/execute/exceptions/exceptions.exp: New exp for the exceptions
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / objc / execute / exceptions / trivial.m
1 #import <objc/Object.h>
2
3 int main(void)
4 {
5   [Object class];
6   return 0;
7 }