gccrs: Handle `async` functions in traits
[official-gcc.git] / gcc / testsuite / rust / compile / not_a_float_literal_tuple_index.rs
blobb67d0be3ff02cd4900b123d911b703b002d67881
1 fn main() {
2     (1, (2, 3)).1.1;