Retro68/AutomatedTests/File.c

7 lines
60 B
C
Raw Normal View History

2017-10-01 00:42:02 +00:00
#include "Test.h"
int main()
{
TEST_LOG_SIZED("OK", 2);
}