summaryrefslogtreecommitdiffstats
path: root/test/data/snippets/funccomma.pp
blob: 32e34f92e6c52b26a02e2033e29c7004e660f150 (plain)
1
2
3
4
5
@file {
    ["/tmp/funccomma1","/tmp/funccomma2"]: content => "1"
}

realize( File["/tmp/funccomma1"], File["/tmp/funccomma2"] , )