Commit test expectations

This commit is contained in:
Ryan Hunt
2017-11-09 02:21:33 -05:00
parent b2587edfb6
commit 6a02ec4a7f
63 changed files with 1443 additions and 24 deletions
+14
View File
@@ -0,0 +1,14 @@
#include <cstdint>
#include <cstdlib>
extern "C" {
struct Option_i32;
struct Result_i32__String;
struct Vec_String;
void root(const Vec_String *a, const Option_i32 *b, const Result_i32__String *c);
} // extern "C"