added test for if to test_voodoo_translator
[antimony.git] / test / test_voodoo_translator.out
blobb12e103301c866c75c9eaedd28631ea791750bd1
1 section data
2 the_answer:
3 word 42
4 section functions
5 align
6 answer:
7 function 
8     block
9         return 17
10     end block
11 end function
13 align
14 main:
15 function argc argv
16     block
17         ifeq argc @true
18             call answer
19         end if
21     end block
22 end function