Files
cbindgen/tests/expectations/both/associated_constant_panic.c
T
Emilio Cobos Álvarez c265a7562a parser: Don't panic when finding associated constants to a primitive.
We don't handle it, but no reason to panic.

Fixes #493
2020-03-21 17:23:02 +01:00

5 lines
81 B
C

#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>