mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-14 07:09:08 +00:00
2f6b651059
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070319/046204.html llvm-svn: 35554
3 lines
52 B
C
3 lines
52 B
C
// RUN: %llvmgcc %s -S -o -
|
|
struct Z { int :0; } z;
|