Newer
Older
ubixos / contrib / tcc / tests / tests2 / 10_pointer.expect
@Christopher W. Olsen Christopher W. Olsen on 29 Jan 2020 114 bytes TinyCC
a = 42
bolshevic.a = 12
bolshevic.b = 34
bolshevic.c = 56
tsar->a = 12
tsar->b = 34
tsar->c = 56
bolshevic.b = 34