summaryrefslogtreecommitdiff
path: root/test cases/rust/12 bindgen/src/impl.cpp
blob: 39c8f2ebe8f71beefb58a6c928bb694e3339f366 (plain)
1
2
3
4
5
6
7
#include "header.hpp"

MyClass::MyClass() : val{7} {};

int MyClass::method() const {
    return val;
}