hanchenye-llvm-project/clang/test/Sema/cast.c

9 lines
157 B
C

// RUN: clang -fsyntax-only %s -verify
typedef struct { unsigned long bits[(((1) + (64) - 1) / (64))]; } cpumask_t;
cpumask_t x;
void foo() {
(void)x;
}