Clean up some minor white space issues in trans-decl.c and trans-expr.c
[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;