parent
e5e1e0cea8
commit
fa1978882b
2 changed files with 7 additions and 0 deletions
|
|
@ -13,6 +13,10 @@ fn main() {
|
|||
DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD;
|
||||
|
||||
single_line_fit = 5;single_lit_fit >>= 10;
|
||||
|
||||
|
||||
// #2791
|
||||
let x = 2;;;;
|
||||
}
|
||||
|
||||
fn break_meee() {
|
||||
|
|
|
|||
|
|
@ -15,6 +15,9 @@ fn main() {
|
|||
|
||||
single_line_fit = 5;
|
||||
single_lit_fit >>= 10;
|
||||
|
||||
// #2791
|
||||
let x = 2;;;;
|
||||
}
|
||||
|
||||
fn break_meee() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue