; RUN: opt < %s -disable-output "-passes=print" -aa-pipeline=basic-aa 2>&1 ; RUN: opt < %s -analyze -enable-new-pm=0 -basic-aa -da ;; Check this doesn't crash. target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" ;; struct s { ;; int A[10][10]; ;; int C[10][10][10]; ;; } S; ;; void dep_constraint_crash_test(int k,int N) { ;; for( int i=0;i