llvm-project/clang/test/CodeGen/2011-03-02-UnionInitializer.c

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
85 B
C
Raw Normal View History

// RUN: %clang_cc1 -emit-llvm %s -o -
union { int :3; double f; } u17_017 = {17.17};