1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2025-08-09 04:25:12 +00:00
Files
kickc/src/test/ref/union-5.cfg

12 lines
269 B
INI

void main()
main: scope:[main] from
[0] *SCREEN = *((byte*)&ipv4+3)
[1] *(SCREEN+1) = *((byte*)&ipv4+2)
[2] *(SCREEN+2) = *((byte*)&ipv4+1)
[3] *(SCREEN+3) = *((byte*)&ipv4)
to:main::@return
main::@return: scope:[main] from main
[4] return
to:@return