summaryrefslogtreecommitdiffstats
path: root/host/commands/emugen/tests/t.001/input/foo.types
diff options
context:
space:
mode:
Diffstat (limited to 'host/commands/emugen/tests/t.001/input/foo.types')
-rw-r--r--host/commands/emugen/tests/t.001/input/foo.types12
1 files changed, 12 insertions, 0 deletions
diff --git a/host/commands/emugen/tests/t.001/input/foo.types b/host/commands/emugen/tests/t.001/input/foo.types
new file mode 100644
index 000000000..45e17c913
--- /dev/null
+++ b/host/commands/emugen/tests/t.001/input/foo.types
@@ -0,0 +1,12 @@
+FooBoolean 8 %d
+FooInt 32 %d
+FooShort 16 %d
+FooFloat 32 %f
+FooEnum 32 %08x
+FooVoid 0 %x
+FooChar 8 %d
+FooChar* 32 0x%08x
+void* 32 0x%08x
+void*const* 32 0x%08x
+FooStruct* 32 0x%08x
+uint32_t* 32 0x%08x