Sign in
cobalt
/
cobalt
/
3cd5432aaed8f14f27f66ade1b51aa71df939492
/
.
/
third_party
/
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
dummy.h
blob: cad83154dc2e8429f1db31d2c203079778e3b1b1 [
file
] [
log
] [
blame
]
// This module only exists to make local decl IDs and global decl IDs different.
#ifndef
DUMMY_H
#define
DUMMY_H
struct
Dummy
{}
extern
*
dummy1
,
*
dummy2
,
*
dummy3
;
#endif