Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
24579
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Tavares committed Oct 28, 2015
1 parent 2b230a0 commit 94959db
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
10 changes: 10 additions & 0 deletions 28586.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
static I104: u32 =
0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1
+ 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 +
1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1
+ 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 +
1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1
+ 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1;

fn main() {
}
5 changes: 5 additions & 0 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,8 @@ echo "Testing 16229"
if bash 16229.sh > /dev/null 2>&1; then
exit 1
fi

echo "Testing 28586"
if rustc -Z unstable-options --pretty=expanded 28586.rs > /dev/null 2>&1; then
exit 1
fi

0 comments on commit 94959db

Please sign in to comment.