cbindgen/tests/expectations/constant_sort_none.c
Vadim Petrochenkov f3d5a20363 Support sort_by for constants
Also support a global default for `sort_by` affecting both functions and constants.
2020-10-05 19:57:33 +02:00

13 lines
157 B
C

#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
#define B 0
#define A 0
extern const uint8_t D;
extern const uint8_t C;