summaryrefslogtreecommitdiff
path: root/bindgen-tests/tests/headers/redeclaration.hpp
blob: d536b158b4845f4e008b5ff3cb7fb75b862724dd (plain)
1
2
3
4
5
6
7
extern "C" {
  void foo();
}

extern "C" {
  void foo();
}