re-enable tls and lto tests for ObjC/C++
[official-gcc/alias-decl.git] / gcc / testsuite / objc.dg / torture / trivial.m
bloba1ac22ed481384ef53986be52de962a5f59b7d92
1 /* { dg-do run } */
2 /* { dg-xfail-run-if "Needs OBJC2 ABI" { *-*-darwin* && { lp64 && { ! objc2 } } } { "-fnext-runtime" } { "" } } */
3 /* { dg-additional-sources "../../objc-obj-c++-shared/Object1.m" } */
5 #import "../../objc-obj-c++-shared/Object1.h"
7 int main(void)
9   [Object class];
10   return 0;