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