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