diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/dot_s/relocation.wast | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test/dot_s/relocation.wast b/test/dot_s/relocation.wast new file mode 100644 index 000000000..8949247bc --- /dev/null +++ b/test/dot_s/relocation.wast @@ -0,0 +1,16 @@ +(module + (memory 0 4294967295 (segment 2 "\06\00\00\00") (segment 6 "\02\00\00\00")) + (export "main" $main) + (func $main (result i32) + (local $$0 i32) + (block $fake_return_waka123 + (block + (br $fake_return_waka123 + (i32.load align=4 + (i32.const 0) + ) + ) + ) + ) + ) +) |