1// nodebug to force LLDB to find the decls in modules
2[[gnu::nodebug]] inline int func(int x) { return x; }
3

source code of lldb/test/API/lang/cpp/decl-from-submodule/TopLevel/module1.h