1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-06-29 09:29:31 +00:00
kickc/src/test/ref/typedef-9.cfg
2021-08-02 23:05:37 +02:00

11 lines
185 B
INI

void main()
main: scope:[main] from
[0] *SCREEN = I
[1] *(SCREEN+1) = J
[2] *(SCREEN+2) = A
to:main::@return
main::@return: scope:[main] from main
[3] return
to:@return