blob: 0e39870ff1794b0e8d20f8a344be5cf80afd5511 [file] [log] [blame]
#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
struct NotReprC_RefCell_i32;
typedef struct NotReprC_RefCell_i32 Foo;
struct MyStruct {
int32_t number;
};
void root(const Foo *a, const struct MyStruct *with_cell);