Files
Gleb Lukianets 242ca73d83 rrn/rd/KT-55578 User-provided hints for linker errors
[K/N] KT-55578 Show customized user suggestions on linkage errors

Merge-request: KT-MR-9636
Merged-by: Gleb Lukianets <Gleb.Lukianets@jetbrains.com>
2023-04-27 14:14:43 +00:00

10 lines
183 B
Modula-2
Vendored
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
headerFilter = **/userSetupHint.h
userSetupHint = 🤌\t\u2115ever put ketchup on-a 🍝\
\n = `\u2115` = "\u2115" = \\u2115\
\n🇮🇹
---
void foo();
void test() {
foo();
}