summary refs log tree commit diff stats
path: root/tinyc/tests/pp/14.expect
blob: 37860440cca32dac9ffd4fe084a82110bc7ae603 (plain) (blame)
1
2
3
return Z(Z(1,2),2);
return Q(1,2);
return ((A + A) * (A + A)) + ((B * B) + (B * B));