aboutsummaryrefslogblamecommitdiffstats
path: root/test-files/mds-kbdc/compile-layout/invalid/mix_of_with_and_without_sideeffect
blob: 9c9a0f87094f536ddff62200f55229332dcd8bf4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                
let \1 : {0}
function f/0
  if 1 # if statement is just to reduce warnings
    "\set(1 0 0)"
    "c"
  end if
end function
macro m/0
  "a"
  "\f()"
  "b"
  "\f()"
end macro
m()