summaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/torture/modules/mod.rs
blob: 3d65176b6c3870ac4093c1145c86e4ca97ac070f (plain)
1
2
3
pub fn return_12() -> i32 {
    12
}