mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 00:12:50 +01:00
eb3cd5e822
llvm-svn: 51695
5 lines
81 B
C
5 lines
81 B
C
// RUN: %llvmgcc %s -S -o -
|
|
|
|
struct U { char a; short b; int c:25; char d; } u;
|
|
|