aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/objc/execute/trivial.m
blob: b660a8ffb6787c1eab6e7bd3960b5177ec87e9e6 (plain)
1
2
3
4
5
6
7
8
#import "../../objc-obj-c++-shared/TestsuiteObject.m"

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