1
0
mirror of https://github.com/autc04/Retro68.git synced 2025-01-22 17:32:42 +00:00

12 lines
159 B
C
Raw Normal View History

2017-10-01 02:42:02 +02:00
#include "Test.h"
int main()
{
TEST_LOG_SIZED("One",3);
TEST_LOG_SIZED("Two",3);
for(;;)
;
TEST_LOG_SIZED("Three",5);
return 0;
2017-10-01 02:42:02 +02:00
}