mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-25 21:16:19 +00:00
74dfa46dfb
llvm-svn: 6858
12 lines
139 B
C
12 lines
139 B
C
struct Blend_Map_Entry {
|
|
union {
|
|
float Colour[5];
|
|
double Point_Slope[2];
|
|
} Vals;
|
|
};
|
|
|
|
void test(struct Blend_Map_Entry* Foo)
|
|
{
|
|
}
|
|
|