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