blob: 440c76dd50c7711bb8bde23f67a284f46f8258d3 [file] [log] [blame]
// nodebug to force LLDB to find the decls in modules
[[gnu::nodebug]] inline int func(int x, int y) { return x + y; }