About
Contact
QtCreator
KDevelop
Solarized
1
// nodebug to force LLDB to find the decls in modules
2
[[gnu::nodebug]]
inline
int
func
(
int
x
,
int
y
) {
return
x
+
y
; }
3