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
/
Parser
/
namelookup-bug-1.c
blob
31d17a9d7de9baa8063eeb738366d37a3d1a0c2a
1
// RUN: %clang_cc1 -verify %s
2
// expected-no-diagnostics
3
4
typedef
int
Object
;
5
6
struct
Object
*
pp
;
7
8
Object staticObject1
;