brintos

brintos / llvm-project-archived public Read only

0
0
Text · 158 B · 6e62ae4 Raw
11 lines · cpp
1// RUN: %clang_cc1 -emit-llvm %s -o -2struct A {3  unsigned long long : (sizeof(unsigned long long) * 8) - 16;4};5struct B {6  A a;7};8struct B b = {9  {}10};11