summaryrefslogtreecommitdiff
path: root/tests/cast_index.c
blob: 036770a014df98b5df8388c51ad37fea32a08c84 (plain)
1
2
3
int xyz() {
 return (int []){ 20, 21 }[1];
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback