12 lines
233 B
C
12 lines
233 B
C
#include <stdarg.h>
|
|
#include <stdbool.h>
|
|
#include <stdint.h>
|
|
#include <stdlib.h>
|
|
|
|
#define NO_IGNORE_CONST 0
|
|
|
|
#define NoIgnoreStructWithImpl_NO_IGNORE_INNER_CONST 0
|
|
|
|
void no_ignore_root(void);
|
|
|
|
void no_ignore_associated_method(void);
|