Sign in
llvm
/
llvm-project
/
lldb
/
refs/heads/master
/
.
/
test
/
API
/
lang
/
cpp
/
expr-definition-in-dylib
/
lib.h
blob: 5ec227946cba06b86e8e6337bd938f36951c9140 [
file
] [
log
] [
blame
]
#ifndef
LIB_H_IN
#define
LIB_H_IN
struct
Foo
{
int
method
();
Foo
();
~
Foo
();
};
struct
Bar
{
[[
gnu
::
abi_tag
(
"Ctor"
)]]
Bar
();
[[
gnu
::
abi_tag
(
"Dtor"
)]]
~
Bar
();
};
#endif
// LIB_H_IN