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