1 2 3 4 5 6 7
// bindgen-flags: -- -Itests/headers/issue-848 #include "an-include.h" extern "C" { nsTArray<int>* func(); }