pokeemmo/test/test_test_runner.c
2025-07-09 09:02:55 +02:00

10 lines
138 B
C

#include "global.h"
#include "test/test.h"
TEST("Tests resume after CRASH")
{
KNOWN_CRASHING;
void (*f)(void) = NULL;
f();
}