summaryrefslogtreecommitdiff
path: root/spec/elf.fspec
diff options
context:
space:
mode:
Diffstat (limited to 'spec/elf.fspec')
-rw-r--r--spec/elf.fspec8
1 files changed, 8 insertions, 0 deletions
diff --git a/spec/elf.fspec b/spec/elf.fspec
index e9f3f3b..2ad5f78 100644
--- a/spec/elf.fspec
+++ b/spec/elf.fspec
@@ -1,3 +1,11 @@
+enum foo {
+ foo: 0x1;
+ bar: 0x2;
+ eaf: 0x3;
+ eaf: 0xDEADBEEF;
+ bar;
+};
+
struct elf64 {
e_entry: u64 hex;
e_phoff: u64;