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