147a2d655f
This reverts commit d08b443fff
.
10 lines
81 B
Rust
10 lines
81 B
Rust
tag taggy {
|
|
foo(@taggy);
|
|
bar;
|
|
}
|
|
|
|
fn main() {
|
|
assert (bar <= bar);
|
|
}
|
|
|