rust/crates/libsyntax2/tests/data/parser/inline/0079_cast_expr.rs

4 lines
28 B
Rust
Raw Normal View History

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