mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
ea2e52824b
llvm-svn: 9645
6 lines
85 B
C
6 lines
85 B
C
union bdflush_param {
|
|
struct { int x; } b_un;
|
|
int y[1];
|
|
} bdf_prm = {{30}};
|
|
|