mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-21 02:59:15 +00:00
4ca45ebdf4
llvm-svn: 48728
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;
|
|
|