gccrs: Handle `async` functions in traits
[official-gcc.git] / gcc / testsuite / rust / compile / issue-1073.rs
blobac887c02b4d8be462dce2d26f826e4b566dd037b
1 // { dg-options "-w" }
2 type A = B;
4 struct B;