rust-analyzer/tests/data/parser/inline/0079_cast_expr.rs

4 lines
28 B
Rust
Raw Normal View History

2018-08-07 00:55:16 +00:00
fn foo() {
82 as i32;
}