Avoid expicit builtion list in tree-ssa-dce
[official-gcc.git] / gcc / testsuite / c-c++-common / analyzer / fold-string-to-char.c
blob4eb08c072902bc8bd465190de830cebc1cb602af
1 #include "../../gcc.dg/analyzer/analyzer-decls.h"
3 void test_1 (void)
5 char str[] = "Hello";
6 char *ptr = str;
7 __analyzer_eval (ptr[0] == 'H'); /* { dg-warning "TRUE" } */