c2v
c2v copied to clipboard
`bool` func decl translation fail
test.h
#include <stdbool.h>
bool fna();
c2v wrapper test.h
This will create a empty file, no function declare for fna in it.
@[translated]
module gocv