aboutsummaryrefslogtreecommitdiff
path: root/test/CFrontend/2003-07-22-ArrayAccessTypeSafety.c.tr
blob: 7024ff7727edb30ff7ed7ff0c5400afb5e63dcf9 (plain)
1
2
3
4
5
6
7
/* RUN: llvmgcc -xc %s -c -o - | dis | not grep cast
 */

void test(int* array, long long N) {
    array[N] = 33;
}