#include "libframework.h"
int
theUltimateAnswer ()
{
return 42;
}
@implementation FrameworkTest
-(int) func
@end