summaryrefslogtreecommitdiff
path: root/libbindgen/tests/headers/class_static.hpp
blob: 21ab232139f0da5cb5944814127bc7f9196b0239 (plain)
1
2
3
4
5
6
7
class MyClass {
public:
    static const int* example;
    static const int* example_check_no_collision;
};

static const int* example_check_no_collision;