A test that I forgot to git-add

This commit is contained in:
Marijn Haverbeke 2012-02-15 17:09:52 +01:00
parent 67cc89f38d
commit 1248c250d8

View file

@ -0,0 +1,6 @@
fn main() {
alt @{foo: true, bar: some(10), baz: 20} {
@{foo: true, bar: some(_), _} {}
@{foo: false, bar: none, _} {}
}
}