Home | History | Annotate | Download | only in tests

Lines Matching refs:glob5

981   glob5[Ident(0)] = 0;
982 glob5[Ident(1)] = 0;
983 glob5[Ident(2)] = 0;
984 glob5[Ident(3)] = 0;
985 glob5[Ident(4)] = 0;
987 EXPECT_DEATH(glob5[Ident(5)] = 0,
988 "0 bytes to the right of global variable.*glob5.* size 5");
989 EXPECT_DEATH(glob5[Ident(5+6)] = 0,
990 "6 bytes to the right of global variable.*glob5.* size 5");