summaryrefslogtreecommitdiff
path: root/test/roundtrip/fold-atomic-fence.txt
blob: 4b3ef2b380612b2bba47d8e72eade57b8f7ffccc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
;;; TOOL: run-roundtrip
;;; ARGS: --stdout --fold-exprs --enable-threads
(module
  (func $f
    atomic.fence
    atomic.fence))
(;; STDOUT ;;;
(module
  (type (;0;) (func))
  (func (;0;) (type 0)
    (atomic.fence)
    (atomic.fence)))
;;; STDOUT ;;)