1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-09-30 09:57:11 +00:00
kickc/src/test/ref/inline-string-4.cfg

18 lines
389 B
INI
Raw Normal View History

(void()) main()
2020-06-27 19:18:00 +00:00
main: scope:[main] from
[0] phi()
[1] call output
to:main::@return
main::@return: scope:[main] from main
2020-06-27 19:18:00 +00:00
[2] return
to:@return
(void()) output((dword) output::dw)
output: scope:[output] from main
2020-06-27 19:18:00 +00:00
[3] *((const nomodify dword*) screen) ← (const dword) main::dw
to:output::@return
output::@return: scope:[output] from output
2020-06-27 19:18:00 +00:00
[4] return
to:@return