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