Sign in
◑
Theme
llvm
/
llvm-project
/
4e32fa991ee2c702d64e8db55ece2f01fdd7ffca
/
.
/
lldb
/
test
/
API
/
lang
/
cpp
/
function-call-from-object-file
/
common.h
blob: 76e23be6b97a6bce64747e138d6eb935c6aec41d [
file
]
#ifndef
COMMON_H_IN
#define
COMMON_H_IN
struct
Foo
{
int
foo
()
{
return
15
;
}
};
#endif
// COMMON_H_IN