]> git.lizzy.rs Git - rust.git/blob - tests/ui/macros/include-single-expr.rs
Rollup merge of #106783 - WaffleLapkin:break-my-ident, r=wesleywiser
[rust.git] / tests / ui / macros / include-single-expr.rs
1 // error-pattern include macro expected single expression
2
3 fn main() {
4     include!("include-single-expr-helper.rs");
5     include!("include-single-expr-helper-1.rs");
6 }