blob: 118a0d29b47dd9da10332bdfd42ae6088c41bdcf [file] [log] [blame]
// RUN: %clang_cc1 -emit-llvm -o - %s
union sigval { };
union sigval sigev_value;
int main()
{
return sizeof(sigev_value);
}