summaryrefslogtreecommitdiff
path: root/tests/src/readytorun/test.cs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/readytorun/test.cs')
-rw-r--r--tests/src/readytorun/test.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/src/readytorun/test.cs b/tests/src/readytorun/test.cs
index 40199b41e8..8a6beaea15 100644
--- a/tests/src/readytorun/test.cs
+++ b/tests/src/readytorun/test.cs
@@ -403,3 +403,10 @@ public class ByteChildClass : ByteBaseClass
ChildByte = 67;
}
}
+
+public enum MyEnum
+{
+ Apple = 1,
+ Banana = 2,
+ Orange = 3
+}