summaryrefslogtreecommitdiffstats
path: root/vendor/indoc/tests/ui/printdoc-no-named-arg.rs
blob: e4d5d9799735f90f1414ec6654e17499eb3a7f17 (plain)
1
2
3
4
5
use indoc::printdoc;

fn main() {
    printdoc!("{named}");
}