cmake/Tests/XCTest/FrameworkExample/FrameworkExample.c

7 lines
68 B
C
Raw Normal View History

2015-08-17 11:37:30 +02:00
#include "FrameworkExample.h"
2024-04-14 22:45:38 +02:00
int FourtyTwo(void)
2015-08-17 11:37:30 +02:00
{
2016-07-09 11:21:54 +02:00
return 42;
2015-08-17 11:37:30 +02:00
}