Sign in
llvm
/
llvm-project
/
890c4bece26e005cd9fa5511fe0efa7307794de5
/
.
/
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__