2015-09-24 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / gcc / testsuite / objc / execute / trivial.m
blobb660a8ffb6787c1eab6e7bd3960b5177ec87e9e6
1 #import "../../objc-obj-c++-shared/TestsuiteObject.m"
3 int main(void)
5   [TestsuiteObject class];
6   return 0;