Files
Toy/tests/units/test_attribute.c
T
2026-05-30 10:53:21 +10:00

10 lines
214 B
C

#include "toy_console_colors.h"
#include <stdio.h>
#include <string.h>
int main(void) {
//WARN: Test not yet implemented
printf(TOY_CC_WARN "Test not yet implemented: %s\n" TOY_CC_RESET, __FILE__);
return 0;
}