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
/
InterfaceStubs
/
noninstancetypes.c
blob
ad80aa624847832d54acfdd20808f0cb4b35be7d
1
// RUN: %clang_cc1 -o - -emit-interface-stubs %s | FileCheck %s
2
// TODO: Change clang_cc1 to clang when llvm-ifs can accept empty symbol lists.
3
4
// CHECK: Symbols:
5
// CHECK-NEXT: ...
6
7
struct
a
;
8
enum
{
b
};
9
typedef
int
c
;
10