;; RUN: wast --assert default --snapshot tests/snapshots %
(module
(table 1 funcref)
(table 1 funcref)
(elem (i32.const 0) func)
(elem func)
(elem (table 1) (i32.const 0) func)
(elem declare func)
(elem (i32.const 0) funcref)
(elem funcref)
(elem (table 1) (i32.const 0) funcref)
(elem declare funcref)
)