summaryrefslogtreecommitdiffstats
path: root/tests/foo/1.0/IFoo.hal
diff options
context:
space:
mode:
Diffstat (limited to 'tests/foo/1.0/IFoo.hal')
-rw-r--r--tests/foo/1.0/IFoo.hal1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/foo/1.0/IFoo.hal b/tests/foo/1.0/IFoo.hal
index 76aefcf6c..a43b883c5 100644
--- a/tests/foo/1.0/IFoo.hal
+++ b/tests/foo/1.0/IFoo.hal
@@ -38,6 +38,7 @@ interface IFoo {
V1 = 1 << 1,
V2 = 1 << 2,
V3 = 1 << 3,
+ VALL = V0 | V1 | V2 | V3,
};
struct Fumble {