mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-06 12:26:45 +00:00
4 lines
104 B
C
4 lines
104 B
C
![]() |
// PR607
|
||
|
// RUN: %llvmgcc %s -S -o -
|
||
|
union { char bytes[8]; double alignment; }EQ1 = {0,0,0,0,0,0,0,0};
|