mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-02 00:51:56 +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;
|
|
|