aboutsummaryrefslogtreecommitdiffstats
path: root/test/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/main.cpp')
-rw-r--r--test/main.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/main.cpp b/test/main.cpp
index 5c2ceb8..87b7eae 100644
--- a/test/main.cpp
+++ b/test/main.cpp
@@ -19,6 +19,13 @@ struct myStruct {
union myUnion {
int a;
double b;
+ int app;
+};
+
+struct verymuchStruct {
+ int myinteger;
+ int yourinteger;
+ int ourinteger;
};
void myFunc1(void) {}