2019-07-27 00:54:25 +03:00
|
|
|
// run-pass
|
2015-03-22 13:13:15 -07:00
|
|
|
// pretty-expanded FIXME #23616
|
|
|
|
|
2013-10-18 22:51:57 +02:00
|
|
|
/* This test checks that nested comments are supported
|
2012-09-07 16:58:27 -07:00
|
|
|
|
|
|
|
/*
|
2014-10-09 15:17:22 -04:00
|
|
|
This should not panic
|
2012-09-07 16:58:27 -07:00
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
2013-10-18 22:51:57 +02:00
|
|
|
pub fn main() {
|
2012-09-07 16:58:27 -07:00
|
|
|
}
|