1 2 3 4 5 6 7 8 9 10
#import <ObjFW/ObjFW.h> #import <ObjFWTest/ObjFWTest.h> @interface SimpleTest: OTTestCase @end @implementation SimpleTest - (void)testMeson { } @end