;;; TOOL: wat2wasm
(module
  (import "foo" "bar" (global i32))
  (global i32 i32.const 1)
  (func)
  (table 2 funcref)
  (elem (global.get 0) 0))
