hanchenye-llvm-project/clang/test/Sema/i-c-e2.c

7 lines
105 B
C

// RUN: clang %s -fsyntax-only
char array[1024/(sizeof (long))];
int x['\xBb' == (char) 187 ? 1: -1];