gccrs: Handle `async` functions in traits
[official-gcc.git] / gcc / testsuite / rust / compile / break1.rs
blobac8b7ee6bb7c30bbd9ce1543a4b09a5f8cf7b52f
1 fn main() {
2     let a;
3     a = 1;
4     break a; // { dg-error ".break. outside of a loop or labeled block" }