blob: 38d9d120847c9e45df6f1e442601f0307ea05d0b [file]
// nodebug to force LLDB to find the decls in modules
[[gnu::nodebug]] inline int func(int x) { return x; }