#ifndef AMDUAT_TESTS_CONFORMANCE_RESULT_H #define AMDUAT_TESTS_CONFORMANCE_RESULT_H #include #ifdef __cplusplus extern "C" { #endif typedef struct { const char *backend; int status; } amduat_conformance_backend_result_t; #ifdef __cplusplus } /* extern "C" */ #endif #endif /* AMDUAT_TESTS_CONFORMANCE_RESULT_H */