mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01: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;
|