index
:
rust
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
compile-fail
/
reserved-m128.rs
blob: c4d36bf76e013f4c723febfeaf24b346c6b79d1d (
plain
) (
blame
)
1
2
3
4
5
// error-pattern:reserved keyword
fn
main
()
{
let
int
m128
=
0
;
}