summaryrefslogtreecommitdiff
path: root/Test/test0/Arrays0.bpl
blob: 3f365d8f86787b8e2f117e030b995f8413256700 (plain)
1
2
3
4
5
// RUN: %boogie -noVerify "%s" > "%t"
// RUN: %diff NoErrors.expect "%t"
var one: [int]int;
var two: [int,int]int;
var three: [int,int,int]int;  // three's a crowd