summaryrefslogtreecommitdiff
path: root/bindgen-tests/tests/headers/mangling-win64.hpp
blob: 8882d7ddd08dc57b90c58f4a618d82258e054cbe (plain)
1
2
3
4
5
6
7
// bindgen-flags: -- --target=x86_64-pc-win32

extern "C" void foo();

struct Foo {
  static bool sBar;
};