summaryrefslogtreecommitdiff
path: root/bindgen-tests/tests/headers/msvc-no-usr.hpp
blob: b15e49f52dc5e5efce1c33f603dec44a4c1ae27c (plain)
1
2
3
4
5
6
7
8

typedef unsigned long long size_t;

class A {
  const size_t foo;

  A() : foo(5) {}
};