summaryrefslogtreecommitdiff
path: root/tests/headers/mangling-linux64.hpp
blob: 36dda913e0726d4261ce9677c4b02c737ba827c1 (plain)
1
2
3
4
5
6
7
// bindgen-flags: -- --target=x86_64-unknown-linux

extern "C" void foo();

struct Foo {
  static bool sBar;
};