Home | History | Annotate | Download | only in tests

Lines Matching refs:glob5

943   glob5[Ident(0)] = 0;
944 glob5[Ident(1)] = 0;
945 glob5[Ident(2)] = 0;
946 glob5[Ident(3)] = 0;
947 glob5[Ident(4)] = 0;
949 EXPECT_DEATH(glob5[Ident(5)] = 0,
950 "0 bytes to the right of global variable.*glob5.* size 5");
951 EXPECT_DEATH(glob5[Ident(5+6)] = 0,
952 "6 bytes to the right of global variable.*glob5.* size 5");