]> git.lizzy.rs Git - rust.git/blob - tests/pretty/issue-30731.rs
Rollup merge of #103236 - tspiteri:redoc-int-adc-sbb, r=m-ou-se
[rust.git] / tests / pretty / issue-30731.rs
1 //
2 // Test pretty printing of macro with braces but without terminating semicolon,
3 // this used to panic before fix.
4
5 // pretty-compare-only
6 // pp-exact
7
8 fn main() { b! {} c }