29 lines
513 B
C
29 lines
513 B
C
#ifdef __cplusplus
|
|
template <typename T>
|
|
using MaybeUninit = T;
|
|
#endif
|
|
|
|
|
|
#include <stdarg.h>
|
|
#include <stdbool.h>
|
|
#include <stdint.h>
|
|
#include <stdlib.h>
|
|
|
|
typedef struct NotReprC_MaybeUninit______i32 NotReprC_MaybeUninit______i32;
|
|
|
|
typedef NotReprC_MaybeUninit______i32 Foo;
|
|
|
|
typedef struct MyStruct {
|
|
const int32_t *number;
|
|
} MyStruct;
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif // __cplusplus
|
|
|
|
void root(const Foo *a, const MyStruct *with_maybe_uninit);
|
|
|
|
#ifdef __cplusplus
|
|
} // extern "C"
|
|
#endif // __cplusplus
|