CMake/Tests/XCTest/FrameworkExample/FrameworkExample.c
Gregor Jasny 87a4b8580c Tests: Add XCTest example to test Frameworks and Cocoa App Bundles
Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
2015-03-23 09:12:20 -04:00

7 lines
66 B
C

#include "FrameworkExample.h"
int FourtyTwo()
{
return 42;
}