Retro68/AutomatedTests/File.c
2017-10-02 09:21:54 +02:00

7 lines
60 B
C

#include "Test.h"
int main()
{
TEST_LOG_SIZED("OK", 2);
}