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