mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-25 13:20:57 +00:00
10 lines
234 B
C
10 lines
234 B
C
![]() |
// This caused generation of the following type name:
|
||
|
// %Array = uninitialized global [10 x %complex int]
|
||
|
//
|
||
|
// which caused problems because of the space int the complex int type
|
||
|
//
|
||
|
|
||
|
struct { int X, Y; } Array[10];
|
||
|
|
||
|
void foo() {}
|