aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/cast.c
blob: 6ceec6923c851804095cb7b4721f66fa898ef8a6 (plain)
1
2
3
4
5
6
7
8
// 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;
}