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

4 lines
28 B
Rust
Raw Normal View History

2018-08-06 19:55:16 -05:00
fn foo() {
82 as i32;
}