gccrs: Handle `async` functions in traits
[official-gcc.git] / gcc / testsuite / rust / compile / issue-2421_str.rs
blob2616ccbd7131e32b7ddb7ca33cf3351809fe9b10
1 #![feature(rustc_attrs)]
3 #[rustc_builtin_macro]
4 macro_rules! include_str {
5     () => {{}};
8 fn main() {
9     include_str!("empty_file");