repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git]
/
test
/
FrontendC
/
2003-06-26-CFECrash.c
blob
10a7ed44458f58980b4611140bd5fb61c8eac0bf
1
// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
2
3
typedef
struct
min_info
{
4
long
offset
;
5
unsigned
file_attr
;
6
}
min_info
;
7
8
typedef
struct
Globals
{
9
char
answerbuf
;
10
min_info info
[
1
];
11
min_info
*
pInfo
;
12
}
Uz_Globs
;
13
14
extern
Uz_Globs G
;
15
16
int
extract_or_test_files
() {
17
G
.
pInfo
=
G
.
info
;
18
}
19