Files
libakerror/tests/err_ignore_multitu_helper.c
Logikoma 6dc22d5dbb
Some checks failed
libakerror CI Build / cmake_build (push) Has been cancelled
libakerror CI Build / sanitizer (push) Has been cancelled
libakerror CI Build / coverage (push) Has been cancelled
libakerror CI Build / mutation_test (push) Has been cancelled
Test ignored-error storage across translation units
2026-08-05 23:35:04 -04:00

7 lines
129 B
C

#include "err_ignore_multitu.h"
akerr_ErrorContext **akerr_multitu_snapshot_address(void)
{
return &__akerr_last_ignored;
}