This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
df7f21db09
rust
/
src
/
test
/
run-pass
/
macro.rs
3 lines
77 B
Rust
Raw
Normal View
History
Unescape
Escape
XFAIL some tests in stage 0
2011-07-13 20:46:50 -05:00
// xfail-stage0
Reformat for new syntax
2011-07-27 07:19:39 -05:00
fn
main
(
)
{
#
macro
(
[
#
m1
(
a
)
,
a
*
4
]
)
;
assert
(
#
m1
(
2
)
=
=
8
)
;
}
Reference in New Issue
Copy Permalink