Hi,
it seems that there's no "trivial.m" in  gcc/testsuite/objc/execute

a copy of that in gcc/testsuite/objc/execute/exceptions would work
Iain.


#import <objc/Object.h>

int main(void)
{
  [Object class];
  return 0;
}

Reply via email to