summaryrefslogtreecommitdiff
path: root/tests/headers/mangling-linux32.hpp
blob: 450c91d74a707500ca92107c572dd869ac933744 (plain)
1
2
3
4
5
6
7
// bindgen-flags: -- --target=i586-unknown-linux

extern "C" void foo();

struct Foo {
  static bool sBar;
};