blob: 6eab9e04cf7e7ab97bdf05f6d9392a9262836e21 [file] [log] [blame]
#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
enum OnlyThisShouldBeGenerated
#ifdef __cplusplus
: uint8_t
#endif // __cplusplus
{
Foo,
Bar,
};
#ifndef __cplusplus
typedef uint8_t OnlyThisShouldBeGenerated;
#endif // __cplusplus