Test ignored-error storage across translation units
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

This commit is contained in:
2026-08-05 23:34:47 -04:00
parent 576722ee06
commit 6dc22d5dbb
4 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#ifndef AKERR_TEST_IGNORE_MULTITU_H
#define AKERR_TEST_IGNORE_MULTITU_H
#include "akerror.h"
akerr_ErrorContext **akerr_multitu_snapshot_address(void);
#endif