From d4a8a9df699aa018755f4948e2add508be44b8b2 Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Tue, 31 Aug 2021 23:54:06 +0200 Subject: fix regression in class lookup --- test/test-compcov.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/test-compcov.c b/test/test-compcov.c index 24e4c9f2..32efb3e9 100644 --- a/test/test-compcov.c +++ b/test/test-compcov.c @@ -43,6 +43,7 @@ int main(int argc, char **argv) { printf("This will only crash with libdislocator: %s\n", buf); } else if (*(unsigned int *)input == 0xabadcafe) + printf("GG you eat cmp tokens for breakfast!\n"); else if (memcmp(cmpval, input, 8) == 0) printf("local var memcmp works!\n"); -- cgit 1.4.1