2018-09-04 12:05:53 +02:00
|
|
|
// run-pass
|
2018-09-25 23:51:35 +02:00
|
|
|
#![allow(dead_code)]
|
2013-09-05 09:25:29 +02:00
|
|
|
// Regression test for issue #7740
|
|
|
|
|
2015-03-22 13:13:15 -07:00
|
|
|
// pretty-expanded FIXME #23616
|
|
|
|
|
2013-09-25 00:43:37 -07:00
|
|
|
pub fn main() {
|
2013-09-05 09:25:29 +02:00
|
|
|
static A: &'static char = &'A';
|
|
|
|
}
|