mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-07-29 02:20:04 +02:00
Removed tango from the repository and instead added a runtime dir with the files needed to patch and build tango from svn.
Reworked the LLVMDC specific pragmas.
This commit is contained in:
@@ -1,26 +1,23 @@
|
||||
module union5;
|
||||
|
||||
pragma(LLVM_internal, "notypeinfo")
|
||||
union S
|
||||
{
|
||||
union S
|
||||
{
|
||||
T t;
|
||||
U u;
|
||||
uint i;
|
||||
struct {
|
||||
ushort sl,sh;
|
||||
}
|
||||
T t;
|
||||
U u;
|
||||
uint i;
|
||||
struct {
|
||||
ushort sl,sh;
|
||||
}
|
||||
}
|
||||
|
||||
struct T
|
||||
{
|
||||
int i;
|
||||
}
|
||||
struct T
|
||||
{
|
||||
int i;
|
||||
}
|
||||
|
||||
struct U
|
||||
{
|
||||
float f;
|
||||
}
|
||||
struct U
|
||||
{
|
||||
float f;
|
||||
}
|
||||
|
||||
void main()
|
||||
|
||||
Reference in New Issue
Block a user