summaryrefslogtreecommitdiff
path: root/tests/enums
diff options
context:
space:
mode:
Diffstat (limited to 'tests/enums')
-rw-r--r--tests/enums/enum_only.vala7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/enums/enum_only.vala b/tests/enums/enum_only.vala
new file mode 100644
index 000000000..195f2abbd
--- /dev/null
+++ b/tests/enums/enum_only.vala
@@ -0,0 +1,7 @@
+public enum Foo {
+ BAR,
+ BAZ
+}
+
+void main () {
+}