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