Add a very simple test program
Not quite a unit test, it looks more like an example but still something.
This commit is contained in:
parent
12c01f6f3e
commit
3c318d6771
8 changed files with 119 additions and 0 deletions
|
@ -104,6 +104,8 @@ namespace wren {
|
|||
void set_user_data (std::nullptr_t);
|
||||
bool has_user_data() const;
|
||||
|
||||
std::size_t dynafunc_byte_size() const;
|
||||
|
||||
private:
|
||||
struct LocalData;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue