repo.or.cz
/
llvm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Teach mergefunc that intptr_t is the same width as a pointer. We still can't
[llvm.git]
/
test
/
FrontendC
/
2005-05-10-GlobalUnionInit.c
blob
443064c921d59d8b736fc81648cd7c72624eb775
1
// RUN: %llvmgcc %s -S -o -
2
3
union
A
{
// { uint }
4
union
B
{
double
*
C
; }
D
;
5
}
E
= { { (
double
*)
12312
} };
6