Sign in
llvm
/
llvm-project
/
a78861fc55d18046989ff4d624a037e9181da170
/
.
/
lldb
/
test
/
API
/
symbol_ondemand
/
shared_library
/
foo.h
blob: 847d7a1a8020286ba94f3625c6a5a027688c431a [
file
]
#ifndef
foo_h__
#define
foo_h__
extern
void
foo
(
void
);
#endif
// foo_h__