Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
rust/
execute/
torture/
block_expr1.rs
fn main() -> i32 { let ret = { 1; 2; 0 }; ret }