blob: e4c72f14f2de7af3f63e230e8b96bd76fdeebf68 [file] [log] [blame]
#ifndef Decomposed_D_H
#define Decomposed_D_H
#include <stdio.h>
#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>
#include "diplomat_runtime.h"
typedef struct Decomposed {
char32_t first;
char32_t second;
} Decomposed;
typedef struct Decomposed_option {union { Decomposed ok; }; bool is_ok; } Decomposed_option;
#endif // Decomposed_D_H