summaryrefslogtreecommitdiffstats
path: root/vendor/indoc/tests/ui/three-arguments.rs
blob: 7bd11e2d24bf14ef415e273015e25006616e837f (plain)
1
2
3
4
5
6
7
8
9
use indoc::indoc;

fn main() {
    indoc!("
        a
        b
        c
        " 64 128);
}