blob: 3d033a8629e218479599f8826cc72a55be2fd87c [file] [log] [blame]
#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
enum OnlyThisShouldBeGenerated {
Foo,
Bar,
};
typedef uint8_t OnlyThisShouldBeGenerated;