blob: 102789b02ea62d4add73d1e82cb3a935a12f339d [file] [log] [blame]
#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
typedef enum E {
V,
} E;
typedef struct S {
uint8_t field;
} S;
typedef uint8_t A;
#define C1 (S){ .field = 0 }
#define C2 V
#define C3 0