Files
libakerror/tests/err_ignore_multitu.h
Logikoma 360026508b
Some checks failed
libakerror CI Build / cmake_build (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:36:50 -04:00

9 lines
162 B
C

#ifndef AKERR_TEST_IGNORE_MULTITU_H
#define AKERR_TEST_IGNORE_MULTITU_H
#include "akerror.h"
akerr_ErrorContext **akerr_multitu_snapshot_address(void);
#endif