brintos

brintos / llvm-project-archived public Read only

0
0
Text · 108 B · 38d9d12 Raw
3 lines · c
1// nodebug to force LLDB to find the decls in modules2[[gnu::nodebug]] inline int func(int x) { return x; }3