2015-08-06 23:57:31 +02:00
|
|
|
//@ compile-flags: --crate-type=lib
|
|
|
|
|
|
2011-08-02 15:25:06 -07:00
|
|
|
// Issue #759
|
|
|
|
|
// Whitespace under block opening should not expand forever
|
|
|
|
|
|
2015-03-25 17:06:52 -07:00
|
|
|
fn a() -> usize {
|
2011-08-02 15:25:06 -07:00
|
|
|
|
2015-03-03 10:42:26 +02:00
|
|
|
1
|
2011-08-19 15:16:48 -07:00
|
|
|
}
|