repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
CodeGen
/
2003-03-03-DeferredType.c
blob
a7a4ce38e635549b679318137ec43e5590f86452
1
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
2
3
4
5
6
struct
foo A
;
7
8
struct
foo
{
9
int
x
;
10
double
D
;
11
};
12