ec1631f3e4
Fixes #500.
12 lines
122 B
TOML
12 lines
122 B
TOML
language = "C"
|
|
header = """
|
|
#include <stdint.h>
|
|
|
|
typedef uint64_t Option_Foo;
|
|
"""
|
|
|
|
[export]
|
|
exclude = [
|
|
"Option_Foo",
|
|
]
|