ec1631f3e4
Fixes #500.
16 lines
195 B
C++
16 lines
195 B
C++
#include <stdint.h>
|
|
|
|
typedef uint64_t Option_Foo;
|
|
|
|
|
|
#include <stdarg.h>
|
|
#include <stdbool.h>
|
|
#include <stdint.h>
|
|
#include <stdlib.h>
|
|
|
|
typedef struct {
|
|
Option_Foo foo;
|
|
} Bar;
|
|
|
|
void root(Bar f);
|