blob: 3aa658394e51a065c2006893f1d6a0b61bad3d38 [file] [log] [blame]
#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
#define EXT_CONST 0
typedef struct ExtType {
uint32_t data;
} ExtType;
void consume_ext(struct ExtType _ext);