Sign in
llvm
/
llvm-project
/
lldb
/
7edf9870efffd28248f2c96b5de955d18000767f
/
.
/
test
/
API
/
lang
/
cpp
/
decl-from-submodule
/
TopLevel
/
module1.h
blob: 38d9d120847c9e45df6f1e442601f0307ea05d0b [
file
] [
log
] [
blame
]
// nodebug to force LLDB to find the decls in modules
[[
gnu
::
nodebug
]]
inline
int
func
(
int
x
)
{
return
x
;
}