summaryrefslogtreecommitdiff
path: root/tests/typ/bugs/args-sink.typ
blob: 4f7492ac4e7e3811c13761da3ae882ed967eb771 (plain) (blame)
1
2
3
4
5
// Test bugs with argument sinks.

---
#let foo(..body) = repr(body.pos())
#foo(a: "1", b: "2", 1, 2, 3, 4, 5, 6)