aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/lang/cpp/decl-from-submodule/TopLevel/module2.h
blob: 440c76dd50c7711bb8bde23f67a284f46f8258d3 (plain)
1
2
// nodebug to force LLDB to find the decls in modules
[[gnu::nodebug]] inline int func(int x, int y) { return x + y; }